summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2014-12-03 09:42:45 -0600
committerRuben Pollan <meskio@sindominio.net>2014-12-03 10:28:19 -0600
commit97831bcee1df96aa34a57f0a15f1d57006e96d46 (patch)
treee28d537c0d8a33e9ca20c7c1dc0ba229dce78f2c /changes
parentdfb63fba3195bace60977f72b726920504c7ded4 (diff)
Extract the environment set up and tear down for tests
Using trial there is no setUpClass neither tearDownClass, the setting up of the environment needs to be in an external class to be able to call it from inhereted classes.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature-test_env1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature-test_env b/changes/feature-test_env
new file mode 100644
index 0000000..77614d7
--- /dev/null
+++ b/changes/feature-test_env
@@ -0,0 +1 @@
+- Extract the environment set up and tear down for tests