CoolFace
Apppublic

lankasailendra/BMCTESTMAIN

sourceHugging Faceupdated 1d agoView on Hugging Face
0likes
pytest.ini26 linesDownload Raw Back to client_executor
1[pytest]2testpaths = .3python_files = test_*.py4python_functions = test_*5addopts = -v --tb=short6markers =7    functional: Functional test cases8    negative: Negative test cases9    edge_case: Edge case test cases10    integration: Integration test cases11    performance: Performance test cases12    security: Security test cases13    ui: UI test cases14    api: API test cases15    high: High priority16    medium: Medium priority17    low: Low priority18    regression: Regression suite19    incident: Incident Management module tests20    change: Change Management module tests21    work_order: Work Order Management module tests22    problem: Problem Management module tests23    knowledge: Knowledge Management module tests24    release: Release Management module tests25    task: Task Management module tests26