From 97831bcee1df96aa34a57f0a15f1d57006e96d46 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 3 Dec 2014 09:42:45 -0600 Subject: 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. --- changes/feature-test_env | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-test_env (limited to 'changes') 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 -- cgit v1.2.3