[meld] Move matcher test into test folder
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Move matcher test into test folder
- Date: Sat, 23 Nov 2013 02:55:51 +0000 (UTC)
commit 125d9ae97684bd30fa846ca61a6e3cf7a4ca6c37
Author: Kai Willadsen <kai willadsen gmail com>
Date: Mon Nov 11 07:35:55 2013 +1000
Move matcher test into test folder
{meld => test}/test_matchers.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/meld/test_matchers.py b/test/test_matchers.py
similarity index 98%
rename from meld/test_matchers.py
rename to test/test_matchers.py
index 9cb7069..178f2eb 100644
--- a/meld/test_matchers.py
+++ b/test/test_matchers.py
@@ -63,4 +63,6 @@ class MatchersTests(unittest.TestCase):
self.assertEqual(len(blocks), len(r))
self.assertEqual(blocks[0], r[0])
self.assertEqual(blocks[1], r[1])
-
\ No newline at end of file
+
+if __name__ == '__main__':
+ unittest.main()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]