TDengine/test/pytest.ini

22 lines
384 B
INI

[pytest]
# command line options
addopts = -s -v --alluredir=allure-results --timeout=1200 -rA --log-level=INFO
# 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