Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-12 | Use python3 -m pytest syntax instead of pytest | Olivier Gayot | |
On Debian, pytest is installed by the python2 package named python-pytest. On Archlinux, pytest is a python3 package installed by python-pytest. The use of python3 -m pytest allows to get rid of the discrepancy. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2020-05-12 | Add script to run the unit tests | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> |