summaryrefslogtreecommitdiff
path: root/tests/test_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_setup.py')
-rw-r--r--tests/test_setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_setup.py b/tests/test_setup.py
index 0d64319c..aa65af78 100644
--- a/tests/test_setup.py
+++ b/tests/test_setup.py
@@ -15,8 +15,8 @@ class SetupPyTest(CoverageTest):
run_in_temp_dir = False
- def setup_test(self):
- super().setup_test()
+ def setUp(self):
+ super().setUp()
# Force the most restrictive interpretation.
self.set_environ('LC_ALL', 'C')