We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c02b0 commit 9dd01eaCopy full SHA for 9dd01ea
tests/unit_test/conftest.py
@@ -29,6 +29,7 @@ def pytest_configure(config):
29
config.addinivalue_line("markers", "onnx: ONNX export/ORT test")
30
config.addinivalue_line("markers", "input_handler: InputHandler utility test")
31
config.addinivalue_line("markers", "diffusers: QEfficient diffusers module test")
32
+ config.addinivalue_line("markers", "llm_model: mark test as a pure LLM model inference test")
33
34
35
def pytest_collection_modifyitems(items):
0 commit comments