Add test instructions (#12) authored by galberding's avatar galberding
...@@ -6,6 +6,16 @@ pip install -e . ...@@ -6,6 +6,16 @@ pip install -e .
``` ```
This will fetch and install all required dependencies. This will fetch and install all required dependencies.
## Test execution
After you installed `amiroCI` it is possible the execute the tests:
```bash
# change to test directory
cd amiroci/test
# execute all tests
python test.py
```
## Logging ## Logging
A simple but easy access logging system is available that can be added to A simple but easy access logging system is available that can be added to
each class when needed for debugging or show information to the user. each class when needed for debugging or show information to the user.
... ...
......