We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682686f commit 97084b0Copy full SHA for 97084b0
1 file changed
terminusdb_client/tests/test_woql_path_operations.py
@@ -6,7 +6,7 @@
6
class TestWOQLPathOperations:
7
"""Test path-related operations and utilities."""
8
9
- @pytest.skip("This method is deprecated and dead code - it is never called anywhere in the codebase.")
+ @pytest.mark.skip(reason="This method is deprecated and dead code - it is never called anywhere in the codebase.")
10
def test_data_value_list_with_various_types(self):
11
"""Test _data_value_list with various item types.
12
0 commit comments