From: Christian Herdtweck Date: Tue, 26 Jul 2016 08:00:22 +0000 (+0200) Subject: renamed test method X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=c6222202d0a0e03dff5bec23b1a912562106933c;p=python-delta-tar renamed test method --- 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: