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

This directory contains tests for the Poplar MNIST demo.

To run the tests, create a python3 virtual environment and install the
requirements:

```
    pip install -r requirements.txt
```

Use this command to run the tests:

```
    python -m pytest
```
