diff options
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 |