mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Docs: Removed false statement from doc
This commit is contained in:
parent
b4e5285a50
commit
aea4e8cb11
1 changed files with 3 additions and 6 deletions
|
@ -22,9 +22,9 @@ failing tests, once you have run all the tests and produced an 'all.log' file.
|
|||
|
||||
Any TAP harness may be used.
|
||||
|
||||
Note that adding the '--serial' option to ./run_all, all tests are executed serially.
|
||||
The default runs Python, C++ and Bash tests in parallel. Using '--serial' will
|
||||
make for a slower test run.
|
||||
Note that adding the '--serial' option to ./run_all, all tests are executed
|
||||
serially. The default runs Python, C++ and Bash tests in parallel. Using
|
||||
'--serial' will make for a slower test run.
|
||||
|
||||
|
||||
Architecture
|
||||
|
@ -148,9 +148,6 @@ For anyone looking for test-related tasks to take on, here are some suggestions:
|
|||
|
||||
* Using <attribute>.startswith:<value> with rc.regex:off still uses regex.
|
||||
|
||||
* Import JSON validates absolutely no attributes. Create tests with bad data
|
||||
in all fields, to exercise validation.
|
||||
|
||||
* Crazy dateformat values are not tested.
|
||||
|
||||
* Invalid UTF8 is not tested.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue