We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
always_true()
1 parent 0928e7e commit 5f3464fCopy full SHA for 5f3464f
pytest.ini
@@ -8,4 +8,4 @@ testpaths =
8
tests
9
tests_aws
10
markers =
11
- original: mark test to use the original method instead of the mocked ones under `conftest.py`
+ original: mark test to use the original method instead of the mocked ones under `conftest.py`
tests/conftest.py
@@ -134,7 +134,7 @@ def context(span: InstanaSpan) -> Context:
134
return set_span_in_context(span)
135
136
137
-def always_true(_: object) -> bool:
+def always_true(_: object, *args: object, **kwargs: object) -> bool:
138
return True
139
140
0 commit comments