mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
22 lines
384 B
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
|