use cleaner way to set up tmp dirs under test suite
ClosedPublic

Authored by kparal on Jul 30 2014, 11:43 AM.

Details

Summary

Using TestingConfig for setting up tmp directories is cleaner than
adjusting conftest.py. It will also allow us to easily enable this
functionality outside of libtaskotron (e.g. upgradepath test suite
can set libtaskotron envvar and that's it).

Test Plan

I ran pytest manually and it seems to be using the correct directories.

Diff Detail

Repository
rLTRN libtaskotron
Lint
Lint Skipped
Unit
Unit Tests Skipped
kparal retitled this revision from to use cleaner way to set up tmp dirs under test suite.Jul 30 2014, 11:43 AM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: mkrizek, garretraziel.
garretraziel accepted this revision.Jul 30 2014, 11:46 AM
This revision is now accepted and ready to land.Jul 30 2014, 11:46 AM
mkrizek accepted this revision.Jul 30 2014, 11:47 AM
kparal closed this revision.Jul 30 2014, 11:49 AM
kparal updated this revision to Diff 572.

Closed by commit rLTRNf4b534c12216 (authored by @kparal).