Skip to content

Commit 4e2620d

Browse files
committed
Updated tests
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
1 parent c449cc3 commit 4e2620d

File tree

2 files changed

+1
-0
lines changed

2 files 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):
File renamed without changes.

0 commit comments

Comments
 (0)