diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-19 00:02:39 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-19 00:02:39 -0400 |
commit | 088ad7d8f45bca44e00bf7a29ae80c389cfd894b (patch) | |
tree | 602b0f90b23f64c3abe5e22a056cd60e34033cf0 /README.md | |
parent | c61321af05390ceca865fb816246b7c1bca57a32 (diff) | |
parent | 4dbc2d97a0141935ec0764b1cf46e3379e8b66dc (diff) | |
download | qolab-088ad7d8f45bca44e00bf7a29ae80c389cfd894b.tar.gz qolab-088ad7d8f45bca44e00bf7a29ae80c389cfd894b.zip |
Merge branch 'master' into gzip
Diffstat (limited to 'README.md')
-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. + |