mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- After renaming 'template.py' to 'template.t', the failing and skipped tests within as examples are now affecting the totals because all *.t files are run. Commented out tests.
This commit is contained in:
parent
0f38f1decd
commit
ca9683d912
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ class TestCase(unittest.TestCase):
|
|||
|
||||
def testFailOther(self):
|
||||
"""Nothing to do with Copyright"""
|
||||
self.assertEqual("I like to code", "I like\nto code\n")
|
||||
# self.assertEqual("I like to code", "I like\nto code\n")
|
||||
|
||||
@unittest.skipIf(1 != 0, "This machine has sane logic")
|
||||
# @unittest.skipIf(1 != 0, "This machine has sane logic")
|
||||
def testSkipped(self):
|
||||
"""Test all logic of the world"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue