From: Christian Herdtweck Date: Tue, 19 Jul 2016 09:54:01 +0000 (+0200) Subject: rename volume_size_accuracy to test_volume_size_accuracy to fit pattern of unittests X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=d6a20f0ce5f0ff83d4e1e417a5b728647236053e;p=python-delta-tar rename volume_size_accuracy to test_volume_size_accuracy to fit pattern of unittests --- diff --git a/runtests.py b/runtests.py index eb2c7a4..263d28b 100755 --- a/runtests.py +++ b/runtests.py @@ -92,6 +92,7 @@ from testing.test_deltatar import (DeltaTarTest, DeltaTar2Test, ) from testing.test_compression_level import suite +from testing.test_volume_size_accuracy import VolumeSizeAccuracyTest if __name__ == "__main__": import sys diff --git a/testing/volume_size_accuracy.py b/testing/test_volume_size_accuracy.py similarity index 100% rename from testing/volume_size_accuracy.py rename to testing/test_volume_size_accuracy.py