[pytest] addopts = -v -s -p no:cacheprovider -n auto --cov=skyline_apiserver --cov-append --cov-report=term-missing --cov-report=html --html=test_results.html --self-contained-html testpaths = skyline_apiserver/tests markers = ddt(*args: TestData): Mark the test as a data-driven test.