fix(tests): allow pytest to automatically discover tests
By default, pytest only looks for modules named test_*.
This commit is contained in:
parent
a6f19c029f
commit
a7386c6e9c
|
@ -215,4 +215,4 @@ jobs:
|
||||||
. ./.github/scripts/activate.sh
|
. ./.github/scripts/activate.sh
|
||||||
|
|
||||||
pip3 install -r ./test/requirements.txt
|
pip3 install -r ./test/requirements.txt
|
||||||
pytest -vsrA --color=yes test/wrappers.py
|
pytest --verbose --capture=no -rA --color=yes test/
|
||||||
|
|
Loading…
Reference in New Issue