tests: combine the run_in_tmpdir and app_context fixtures
commitef4bfa3bac8025197503a7cdde27c2b556bc0b76
authorDavid Aguilar <davvid@gmail.com>
Sun, 18 Jul 2021 01:27:18 +0000 (17 18:27 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sun, 18 Jul 2021 01:37:01 +0000 (17 18:37 -0700)
treed3b73634d48991c5d77f37efb0c353dc77bdb441
parent0f29ad466b4b231ce6da4951c1b48a112053f357
tests: combine the run_in_tmpdir and app_context fixtures

Nothing uses run_in_tmpdir directly so combine the functionality
for simplicity. This removes some unused-import cruft and
generlaly cleans up the test suite.

Signed-off-by: David Aguilar <davvid@gmail.com>
test/browse_model_test.py
test/dag_test.py
test/gitcfg_test.py
test/gitcmds_test.py
test/gitops_test.py
test/helper.py
test/main_model_test.py