From c6222202d0a0e03dff5bec23b1a912562106933c Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 26 Jul 2016 10:00:22 +0200 Subject: [PATCH] renamed test method --- testing/test_volume_split.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testing/test_volume_split.py b/testing/test_volume_split.py index 9d1a5f2..2c96631 100755 --- a/testing/test_volume_split.py +++ b/testing/test_volume_split.py @@ -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: -- 1.7.1