Commit 85438eb0 authored by Brewer, Wes's avatar Brewer, Wes
Browse files

Update README.md for how to run tests for multi-partition systems

parent c8d4d84f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -179,6 +179,12 @@ RAPS_DATA_DIR=/opt/data pytest -n auto -x
By default, tests are parallelized with `pytest-xdist` (`-n auto`) to speed up execution.
The `-x` flag stops execution after the first failure. Add `-v` to run in verbose mode.

### Run tests on multi-partition systems

```bash
pytest -v -k "multi_part_sim"
```

### Run only network-related tests

```bash