renamed test method
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 26 Jul 2016 08:00:22 +0000 (10:00 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 12 Nov 2020 14:04:34 +0000 (15:04 +0100)
testing/test_volume_split.py

index 9d1a5f2..2c96631 100755 (executable)
@@ -415,7 +415,7 @@ def test_forever(fast_fail=False, print_everything=False):
 class VolumeSplitTest(TestCase):
     """ runs all combinations of params from run_forever a few times """
 
-    def test_each(self):
+    def test_all(self):
         # create temp dir
         with TemporaryDirectory(prefix='deltatar_test_') as temp_dir: