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 b19bb00 commit b32feef
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 @@ -6,7 +6,7 @@ Titanoboa integrates natively with `pytest <https://docs.pytest.org/>`_ and `hyp
Getting Started
-----------------------

To begin writing your smart contract tests with pytest, it is reccomended to create a `tests/` directory to contain your tests. You will also need an `__init__.py` file (empty) within your test directory.
To begin writing your smart contract tests with pytest, it is recommended to create a `tests/` directory to contain your tests.

If you are interacting and testing a core set of smart contracts, you will likely want to make a `conftest.py` file to contain testing fixtures. An example is shown below

Expand Down

0 comments on commit b32feef

Please sign in to comment.