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 d3d045e commit be3dfb6Copy full SHA for be3dfb6
hypothesis-python/tests/cover/test_constants_ast.py
@@ -143,6 +143,7 @@ def test_frozenset_constants(value):
143
assert set(constants_from_ast(tree)) == set(value)
144
145
146
+@skipif_threading
147
@skipif_emscripten
148
def test_constants_from_running_file(tmp_path):
149
p = tmp_path / "my_constants.py"
@@ -220,6 +221,7 @@ def test_local_modules_ignores_test_modules(path):
220
221
assert not is_local_module_file(path)
222
223
224
225
@pytest.mark.skipif(PYPY, reason="no memory error on pypy")
226
def test_ignores_ast_parse_error(tmp_path):
227
p = tmp_path / "errors_on_parse.py"
0 commit comments