diff options
author | Michael Adam <obnox@samba.org> | 2016-12-13 01:49:19 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-03-28 14:12:07 +0100 |
commit | 41f85411c303c6bd991f68f6e60cb6a26541fed0 (patch) | |
tree | 8e923bdfdc90a5cfb2a7b8e7b066e1a7afbb3fa0 /tests/plugin_tests.py | |
parent | 3d59d5f3c41edbd95cd0380737261fbd025de57f (diff) | |
download | sos-41f85411c303c6bd991f68f6e60cb6a26541fed0.tar.gz |
[plugins] move comment structuring the add_copy_spec_limit tests
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'tests/plugin_tests.py')
-rw-r--r-- | tests/plugin_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 64f0a0b2..989b1d3e 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -247,12 +247,12 @@ class AddCopySpecTests(unittest.TestCase): self.mp.add_copy_spec('tests/tail_test.*') self.assert_expect_paths() + # add_copy_spec_limit() + def test_single_file_under_limit(self): self.mp.add_copy_spec_limit("tests/tail_test.txt", 1) self.assert_expect_paths() - # add_copy_spec_limit() - def test_single_file_over_limit(self): self.mp.sysroot = '/' fn = create_file(2) # create 2MB file, consider a context manager |