From 3d59d5f3c41edbd95cd0380737261fbd025de57f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 13 Dec 2016 01:48:51 +0100 Subject: [plugins] add an extra blank line for separation in plugin_tests Signed-off-by: Michael Adam --- tests/plugin_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 932e89e2..64f0a0b2 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -242,6 +242,7 @@ class AddCopySpecTests(unittest.TestCase): def test_single_file(self): self.mp.add_copy_spec('tests/tail_test.txt') self.assert_expect_paths() + def test_glob_file(self): self.mp.add_copy_spec('tests/tail_test.*') self.assert_expect_paths() -- cgit