mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Test: Added faketime warning to template
This commit is contained in:
parent
f4bc3442a6
commit
14a8246e22
1 changed files with 9 additions and 1 deletions
|
@ -61,7 +61,15 @@ class TestBugNumber(TestCase):
|
||||||
self.tap("Yay TAP diagnostics")
|
self.tap("Yay TAP diagnostics")
|
||||||
|
|
||||||
def test_faketime(self):
|
def test_faketime(self):
|
||||||
"""Running tests using libfaketime"""
|
"""Running tests using libfaketime
|
||||||
|
|
||||||
|
WARNING:
|
||||||
|
faketime version 0.9.6 and later correctly propagates non-zero
|
||||||
|
exit codes. Please don't combine faketime tests and
|
||||||
|
self.t.runError().
|
||||||
|
|
||||||
|
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750721
|
||||||
|
"""
|
||||||
self.t.faketime("-2y")
|
self.t.faketime("-2y")
|
||||||
|
|
||||||
command = ("add Testing")
|
command = ("add Testing")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue