Skip to content

Commit f694afe

Browse files
committed
chore: add local testing instructions
1 parent 48258fd commit f694afe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,12 @@ make install # install the wheel on your system
9595
make clean # delete all files (include dist) that were generating during
9696
# the packaging process
9797
```
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

Comments
 (0)