summaryrefslogtreecommitdiff
path: root/test/README.md
blob: 4950292a7baa9bf9c713cd4491bb2a486090dc20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

This test assumes that the user executing the test can ssh to the
localhost without password.

- Run pytest through ctest.

```console
python3 -m pip install pytest numpy

cd build
cmake ..
ctest --verbose # or `make test ARGS='-V'`
```