mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-17 18:38:46 -05:00
fix(test): add missing import pytest to test_ai_helper_gate.py
The test file uses pytestmark = [pytest.mark.integration] on line 5 but does not import pytest, causing pytest collection to fail with NameError: name 'pytest' is not defined. Add the missing import.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
import json
|
||||
|
||||
import pytest
|
||||
|
||||
pytestmark = [pytest.mark.integration]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user