Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 428 Bytes

PART-2-Pair-Tests.md

File metadata and controls

10 lines (6 loc) · 428 Bytes

Funiswap Pair Tests

In this part of the tutorial we will create some tests the FuniswapV2Pair contract that was written in part 1.

We will use the same framework for writing tests as we did in the SRC20 tutorial.

Preparing the framework

[TODO]