Skip to content

Commit 9dd01ea

Browse files
committed
Updated tests
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
1 parent b5c02b0 commit 9dd01ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit_test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def pytest_configure(config):
2929
config.addinivalue_line("markers", "onnx: ONNX export/ORT test")
3030
config.addinivalue_line("markers", "input_handler: InputHandler utility test")
3131
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")
3233

3334

3435
def pytest_collection_modifyitems(items):

0 commit comments

Comments
 (0)