The test suite of Magnopy is a part of Magnopy. Now you can test you local installation by executing
```
magnopy test
```
in the command line or by calling a function
magnopy.test() from your python script (works in the notebooks as well).
Note: the test suite of Magnopy requires
pytest and
hypothesis , which are not parts of Magnopy installation. You can install them with
```
pip install pytest hypothesis
```
Plain text version of Magnopy's logo have been redesigned to use the simplest symbols, to support older versions of Windows.