Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:scienxlab/redflag into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Sep 27, 2023
2 parents d780177 + 003596a commit 71ba208
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "redflag"
dynamic = ["version"]
requires-python = ">=3.8"
authors = [{ name="Matt Hall", email="[email protected]" },]
description = "Raise red flags on machine learning datasets."
description = "Safety net for machine learning pipelines."
license = {file = "LICENSE"}
readme = "README.md"
keywords = ["machine learning", "data science", "quality assurance"]
Expand Down
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 71ba208

Please sign in to comment.