Clean up after test execution

This commit is contained in:
Karolina Surma
2021-09-02 13:10:36 +02:00
parent 8f3ff493ac
commit 57ac75a838
+3
View File
@@ -26,3 +26,6 @@ def test_generated_specfile(file_regression, config):
rendered,
fullpath=f"tests/expected_specfiles/{rendered_file}",
)
# Cleanup - remove created file
Path.unlink(Path(rendered_file))