From 5e8b382ab8320de38f69e634961c3cf5a5703004 Mon Sep 17 00:00:00 2001 From: Fahad Khalid <f.khalid@fz-juelich.de> Date: Fri, 6 Dec 2019 08:26:01 +0100 Subject: [PATCH] Minor class name renaming. --- tests/test_distribution.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_distribution.py b/tests/test_distribution.py index c05790f..9dc55ae 100644 --- a/tests/test_distribution.py +++ b/tests/test_distribution.py @@ -248,13 +248,13 @@ class TestExceptionHandling: decorated_func(tmpdir) -class TestFilenamesDistribution: +class TestDataDistribution: """ Tests to verify correct data distribution with different types of sized iterables. - The items being distributed are names of files created in - a temporary directory. + The items being distributed are different sized iterable + types as controlled by the corresponding fixture. """ -- GitLab