mirage icon indicating copy to clipboard operation
mirage copied to clipboard

Parametrize test_apt_interface and implement temp directory fixture

Open laurenmarietta opened this issue 6 years ago • 4 comments

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.

laurenmarietta avatar Dec 18 '18 00:12 laurenmarietta