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

This directory contains integration tests.

To run the tests, install the Poplar SDK following the [Getting Started guide](https://docs.graphcore.ai/en/latest/getting-started.html) for your IPU system, then source the `enable.sh` script for Poplar and PopART and activate a Python3 virtual environment with a PopTorch wheel appropriate for your system installed.

Use this command to run the tests:
```
python3 -m pytest
```
