mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Tests: common/reusable variables live in basetest.utils
This commit is contained in:
parent
d2e6c90446
commit
357850177d
3 changed files with 5 additions and 6 deletions
|
@ -39,9 +39,8 @@ import unittest
|
|||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
from basetest import Task, TestCase
|
||||
from basetest.utils import UUID_REGEXP
|
||||
|
||||
# TODO: Move to common file with all regexpes
|
||||
UUID_REGEXP = r'[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'
|
||||
DATETIME_FORMAT = "%Y%m%dT%H%M%SZ"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue