aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
+