Skip to content

Commit

Permalink
Create README.md for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks authored Sep 27, 2023
1 parent c74ebcd commit 003596a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Tests

Note that most of the tests in `redflag` are doctests. The testing code is in the docstrings of the various functions, under the 'examples' heading.

The Jupyter Notebooks in `docs/notebooks` are also run as part of the tests.

To run the tests: clone the repo, install the dev dependencies (e.g. with `pip install .[dev]`) and do:

pytest

0 comments on commit 003596a

Please sign in to comment.