mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Improved documenation in template
This commit is contained in:
parent
c79ed7cf4c
commit
4c20ff04c2
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ from basetest import Taskd, ServerTestCase
|
|||
# self.assertIsNot(a, b)
|
||||
# self.assertIsNone(x)
|
||||
# self.assertIsNotNone(x)
|
||||
# self.assertIn(a, b)
|
||||
# self.assertNotIn(a, b)
|
||||
# self.assertIn(p, t)
|
||||
# self.assertNotIn(p, t)
|
||||
# self.assertIsInstance(a, b)
|
||||
# self.assertNotIsInstance(a, b)
|
||||
# self.assertRaises(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue