TEST: Actually evaluate test outcome

This commit is contained in:
Paul McCarthy
2022-04-19 15:52:06 +01:00
parent 82c3d4a4b7
commit bb2d5bdab6
+2 -2
View File
@@ -74,5 +74,5 @@ def test_allow_empty(tmp_path, build_frontend_env):
project_dir, add_env=build_frontend_env, add_args=["--allow-empty"]
)
# check that the expected wheels are produced
expected_wheels = utils.expected_wheels("spam", "0.1.0")
# check that nothing was built
assert len(actual_wheels) == 0