TDengine/test/pytest.ini

20 lines
360 B
INI

[pytest]
# command line options
addopts = -s -v --alluredir=allure-results --timeout=600
# search test case path
testpaths = cases
# test file mode
python_files = test_*.py *_test.py
# test class mode
python_classes = Test*
# test function mode
python_functions = test_*
markers =
ci: mark a test as a ci test
smoke: mark a test as a smoke test