Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mikethwolff committed Mar 30, 2024
1 parent bb6135b commit 07e8e39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@ The UC Irvine Machine Learning Repository is where you can find information on t

FastAPI tests can be performed by using the Jupyter notebook ["Census_Tests_API.ipynb"](Census_Tests_API.ipynb).

and by executing the command:
## Census API tests:

Pytest will run all tests in the tests foler and can be executed via:
```
$ python -m tests.api_tests
$ pytest -vv
```

## Model card
Expand Down

0 comments on commit 07e8e39

Please sign in to comment.