summaryrefslogtreecommitdiff
path: root/tests/common.py
AgeCommit message (Collapse)Author
2016-09-01[test] add speed tests for gpg/wrapper init/enc/decdrebs
2016-07-12[test] remove extra setUpEnv/tearDownEnvdrebs
The setUpEnv and tearDownEnv methods are configured to run on setUpClass/tearDownClass. Some testing systems as trial don't support that, and that seems to cause some confusion in some systems, causing double attempts to setup or teardown, and thus failing intermitently. This commit removes the extra call to setUpEnv and tearDownEnv on tests on this repository, as it now uses py.test to run tests, which supports setUpClass and tearDownClass.
2016-07-12[test] move tests to root of repodrebs