Skip to content

Commit

Permalink
ensure missing just after checking
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Mar 17, 2024
1 parent cfb4b58 commit 1edf2e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def test_multi_build(multi_build):
for v in multi_build.values():
for pkg in v:
assert os.path.exists(pkg)
ensure_missing(pkg)


@pytest.mark.tmp
Expand All @@ -272,6 +273,7 @@ def test_multi_build_exclude(multi_build_exclude):
assert not os.path.exists(pkg)
else:
assert os.path.exists(pkg)
ensure_missing(pkg)


@pytest.mark.skipif(SKIP_DOCKER_TESTS, reason='skipping on osx')
Expand Down

0 comments on commit 1edf2e0

Please sign in to comment.