Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Changes
Page history
Add test instructions (
#12
)
authored
Oct 02, 2021
by
galberding
Hide whitespace changes
Inline
Side-by-side
Development.md
View page @
b141a168
...
...
@@ -6,6 +6,16 @@ pip install -e .
```
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
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.
...
...
...
...