aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-18 23:56:34 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-18 23:56:34 -0400
commit8de68278c3f2268827a06c5bd1fe01dbc218d3b2 (patch)
tree359e4fcbccc4979eac59c054cbbee419185da33e /README.md
parent27efaaa5e49c9033a214f04df538b9fd019efc47 (diff)
downloadqolab-8de68278c3f2268827a06c5bd1fe01dbc218d3b2.tar.gz
qolab-8de68278c3f2268827a06c5bd1fe01dbc218d3b2.zip
added info about how to run tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2840e60..6caaeac 100644
--- a/README.md
+++ b/README.md
@@ -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.
+