Skip to content

Commit

Permalink
Update docs/source/test.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Cooper <[email protected]>
  • Loading branch information
ControlCplusControlV and charles-cooper authored Aug 7, 2023
1 parent acfca52 commit 0bafba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you are interacting and testing a core set of smart contracts, you will likel
The above `conftest.py` creates a test fixture to access both a list of different addresses you can use within your tests, and shows how to instantiate an ERC20 Vyper contract as a test fixture.

Then make a seperate file named `test_erc20.py` within your `tests/` folder, the exact name doesn't matter, but it must start with `test_`. Within this file you can begin to write tests using the fixtures you've defined in `conftest.py`.
Then make a separate file named `test_erc20.py` within your `tests/` folder, the exact name doesn't matter, but it must start with `test_`. Within this file you can begin to write tests using the fixtures you've defined in `conftest.py`.

.. code-block:: python
Expand Down

0 comments on commit 0bafba7

Please sign in to comment.