<!-- Copyright (c) 2021 Graphcore Ltd. All rights reserved. -->
# Tests

To run the tests, create a Python 3 virtual environment with Poplar and
PopTorch for IPU installed. Then you can install the specific requirements of
the tests and run them by calling:

```bash
pip3 install -r requirements.txt
python -m pytest
```
