Skip to content

Commit

Permalink
Fix instructions for how to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Mar 14, 2023
1 parent d7125bb commit 92eb32e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,16 @@ Tests are located in the tests directory. To run them, make sure to install the
pip install --extra-index https://pypi.chia.net/simple/ --editable .[dev]
```

To run the tests use:
Then you need to setup the simulator, run the wallet, and create a DID:
```
chia init
cdv sim create
export CHIA_ROOT=~/.chia/simulator/main/
chia start wallet
chia wallet did create
```

Now, you can run the tests:
```bash
pytest tests/test_mint.py
```
Expand Down

0 comments on commit 92eb32e

Please sign in to comment.