You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`.env`: Local environment variables to use when running application, this file is copied from `.env.example` to start you out and then ignored by git
57
+
-`pytest.ini`: Configuration for [pytest](https://docs.pytest.org/en/latest/)
56
58
-`Pipfile`
57
59
-`Pipfile.lock`
58
60
-`environment.yml`
@@ -74,7 +76,14 @@ streamlit run app.py
74
76
75
77
## Testing
76
78
77
-
*No testing routine is available yet. If you have thoughts on how to add one, please contribute!*
79
+
The project is set up for testing with [pytest](https://docs.pytest.org/en/latest/), and the GitHub repository is configured to execute `pytest` against all pull requests automatically.
80
+
81
+
To run tests locally, enter an environment first with `pipenv` or `conda` as indicated above in [Running CHIME Locally](#running-chime-locally), and then run:
0 commit comments