You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``ARTIST`` uses ``pytest`` for running the test suite.
4
+
5
+
To run the tests make sure you have the project and all dependencies installed.
6
+
Refer to the [Installation](https://github.com/ARTIST-Association/ARTIST/blob/main/README.md#installation) instructions on how to install artist and make sure to choose the option of installing an editable version with developer dependencies:
7
+
```bash
8
+
pip install -e ."[dev]"
9
+
```
10
+
11
+
All of our pytests lie in the ``tests/`` directory.
0 commit comments