mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Use Taskchampion to store Taskwarrior data
This replaces the TF2 task files with a TaskChampion replica.
This commit is contained in:
parent
4b814bc602
commit
5bb9857984
24 changed files with 537 additions and 1362 deletions
|
@ -128,7 +128,8 @@ class TestIDRangeParsing(TestCase):
|
|||
with tempfile.NamedTemporaryFile(mode='w') as f:
|
||||
f.write('\n'.join([f'{{"description": "test task {i+1}"}}' for i in range(n)]))
|
||||
f.flush()
|
||||
code, out, err = self.t(f'import {f.name}')
|
||||
# use a long timeout here, because import is quite slow
|
||||
code, out, err = self.t(f'import {f.name}', timeout=100)
|
||||
|
||||
def test_single_digit_range(self):
|
||||
"""Test that parsing single digit ID range works"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue