We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48258fd commit f694afeCopy full SHA for f694afe
1 file changed
README.md
@@ -95,3 +95,12 @@ make install # install the wheel on your system
95
make clean # delete all files (include dist) that were generating during
96
# the packaging process
97
```
98
+
99
+### Testing locally
100
101
+Because you need to test the locally installed version of `xspectrampoline`,
102
+you need to make sure you run `pytest` outside of the root directory. After
103
+you've installed the wheel, the easiest way to do this is
104
+```bash
105
+cd test && pytest -vvv .
106
+```
0 commit comments