Skip to content

Commit

Permalink
Update testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafelafrance committed Feb 22, 2024
1 parent 34a9bbc commit f6127ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Download the first 3 sources and then use the `util_add_taxa.py` script to extra
## Tests
There are tests which you can run like so:
```bash
export MOCK_TAXA=1; python -m unittest discover
expor MOCK_DATA=1; python -m unittest discover
```

Please `export MOCK_TAXA=0` before you run any scripts on real data.
Please `export MOCK_DATA=0` before you run any scripts on real data.

0 comments on commit f6127ad

Please sign in to comment.