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 ef30b96 commit 0c022a7Copy full SHA for 0c022a7
tests/test_cache.py
@@ -19,7 +19,7 @@ def test_cache_save_after_clear():
19
20
if numba.config.DISABLE_JIT:
21
assert len(ref_cache) == 0
22
- else:
+ else: # pragma: no cover
23
assert len(ref_cache) > 0
24
25
cache.clear()
0 commit comments