mirage
mirage copied to clipboard
Parametrize test_apt_interface and implement temp directory fixture
I ended up parametrizing the tests within test_apt_interface
anyway in order to better debug things in #214, so I figured I might as well just submit a PR. Changes in this PR:
- Uses
pytest
's parametrization feature to separate each test APT program into its own test - Reinstates the use of the
temporary_directory
fixture for each test
Closes #241.