diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-18 23:56:34 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-18 23:56:34 -0400 |
commit | 8de68278c3f2268827a06c5bd1fe01dbc218d3b2 (patch) | |
tree | 359e4fcbccc4979eac59c054cbbee419185da33e | |
parent | 27efaaa5e49c9033a214f04df538b9fd019efc47 (diff) | |
download | qolab-8de68278c3f2268827a06c5bd1fe01dbc218d3b2.tar.gz qolab-8de68278c3f2268827a06c5bd1fe01dbc218d3b2.zip |
added info about how to run tests
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -12,3 +12,12 @@ To build a python wheel package and put it in `./dist/` directory, run flit build ~~~~~ +## Test instructions + +~~~~~ +export PYTHONPATH=. +python -m pytest +~~~~~ + +Note that we cannot just run `pytest` since I see no way to set the module search path. + |