Removing state pollution in parser_cache

This commit is contained in:
sturmianseq
2021-08-18 20:16:46 -07:00
parent e1523014e4
commit 5570975a7d

View File

@@ -188,3 +188,4 @@ def test_permission_error(monkeypatch):
with pytest.warns(Warning):
parse(path=__file__, cache=True, diff_cache=True)
assert was_called
parser_cache.clear()