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.
1 parent 319799e commit b4bfb8dCopy full SHA for b4bfb8d
array_api_strict/tests/conftest.py
@@ -0,0 +1,9 @@
1
+from .._flags import reset_array_api_strict_flags
2
+
3
+import pytest
4
5
+@pytest.fixture(autouse=True)
6
+def reset_flags():
7
+ reset_array_api_strict_flags()
8
+ yield
9
array_api_strict/tests/test_flags.py
@@ -8,12 +8,6 @@
import pytest
10
11
-@pytest.fixture(autouse=True)
12
-def reset_flags():
13
- reset_array_api_strict_flags()
14
- yield
15
16
-
17
def test_flags():
18
# Test defaults
19
flags = get_array_api_strict_flags()
0 commit comments