Update development authored by galberding's avatar galberding
...@@ -8,12 +8,13 @@ This will fetch and install all required dependencies. ...@@ -8,12 +8,13 @@ This will fetch and install all required dependencies.
## Test execution ## Test execution
After you installed `amiroCI` it is possible the execute the tests: At first all tests where written with the `unittest` framework.
Luckily `pytest` has full support for those tests.
I encourage you to use `pytest` for all new test implementations because of their superior fixture
system.
```bash ```bash
# change to test directory cd amiroci
cd amiroci/test pytest
# execute all tests
python test.py
``` ```
## Logging ## Logging
... ...
......