add pytest config

This commit is contained in:
mfaisyal
2022-09-24 22:46:40 +07:00
parent c61b1320b1
commit 5ea6d81c93

19
pytest.ini Normal file
View File

@@ -0,0 +1,19 @@
[pytest]
python_files = test_*
python_classes = *Test
python_functions = test_*
filterwarnings =
ignore::DeprecationWarning
markers =
api: test all end-user api
speech: testing speech api
movement: testing movement api
facial: testing facial api
acoustic: testing acoustic api
docker: testing api that using docker
non_docker: testing api that not using docker
debug1: debug1