mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - Remove execute bit from template.t and unnecessary comments
This commit is contained in:
parent
a9c9fbc7df
commit
65b6875846
1 changed files with 1 additions and 3 deletions
4
test/template.t
Executable file → Normal file
4
test/template.t
Executable file → Normal file
|
@ -90,9 +90,7 @@ class ServerTestBugNumber(ServerTestCase):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# NOTE Uncomment the next line to actually execute the tests
|
|
||||||
# In this template tests are not valid and are meant to serve as example
|
|
||||||
from simpletap import TAPTestRunner
|
from simpletap import TAPTestRunner
|
||||||
#unittest.main(testRunner=TAPTestRunner())
|
unittest.main(testRunner=TAPTestRunner())
|
||||||
|
|
||||||
# vim: ai sts=4 et sw=4
|
# vim: ai sts=4 et sw=4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue