aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sos_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sos_tests.py')
-rw-r--r--tests/sos_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sos_tests.py b/tests/sos_tests.py
index ebef96c4..07308561 100644
--- a/tests/sos_tests.py
+++ b/tests/sos_tests.py
@@ -262,12 +262,12 @@ class BaseSoSReportTest(BaseSoSTest):
# setup our class-shared tmpdir
self._setup_tmpdir()
- # do any pre-execution setup
- self.pre_sos_setup()
-
# do mocking called for in stage 2+ tests
self.setup_mocking()
+ # do any pre-execution setup
+ self.pre_sos_setup()
+
# gather some pre-execution information
self.set_pre_sysinfo()