Skip to content

Commit cd578f6

Browse files
committed
fix: mark all remaining integration test functions
- Mark test_trajectory_sequence_patterns, test_duration_and_segmentation, and test_serialization_compatibility as integration tests - These all use SwaraClient() without mocking and pull data from web
1 parent 1863224 commit cd578f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

idtap/tests/test_realistic_queries.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def test_realistic_consonant_vowel_query():
130130
print(f" Error: {e}")
131131

132132

133+
@pytest.mark.integration
133134
def test_trajectory_sequence_patterns():
134135
"""Test trajectory sequence patterns with the actual common IDs."""
135136

@@ -166,6 +167,7 @@ def test_trajectory_sequence_patterns():
166167
print(f"Error testing sequence {sequence}: {e}")
167168

168169

170+
@pytest.mark.integration
169171
def test_duration_and_segmentation():
170172
"""Test different segmentation types and duration filtering."""
171173

@@ -224,6 +226,7 @@ def test_duration_and_segmentation():
224226
print(f"Duration filtering error: {e}")
225227

226228

229+
@pytest.mark.integration
227230
def test_serialization_compatibility():
228231
"""Test that results can be serialized for cross-platform use."""
229232

0 commit comments

Comments
 (0)