Tests are executed with [tox](https://tox.wiki) using [pytest](https://pytest.org).
...
...
@@ -24,6 +26,16 @@ tox
To recreate tox virtual environment (e.g. a dependencies update), you may run `tox -r`.
### Commands
As unit tests do not test *everything*, it is sometimes necessary to use DAN commands directly to test developments.
The library already has all the documents needed to run the [training command](../usage/train/index.md) on a minimalist dataset. You can use the configuration available at `configs/tests.json`. It is already populated with the parameters used in the unit tests.
```shell
teklia-dan train --config configs/tests.json
```
## Documentation
This documentation uses [Sphinx](http://www.sphinx-doc.org/) and was generated using [MkDocs](https://mkdocs.org/) and [mkdocstrings](https://mkdocstrings.github.io/).