<!-- Copyright (c) 2021 Graphcore Ltd. All rights reserved. -->
To run the tests, create a Python 3 virtual environment with Poplar and PopTorch for IPU installed.
You can then install the specific requirements for the tests, and run them by calling:

```
python3 -m pip install -r requirements.txt
python3 -m pytest
```
