mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: run_all is now in Python and defaults to parallelizing tests
In addition to the conversion to Python, run_all now defaults to running all Python tests in parallel, using the same approach previously available via '--fast'. If desired one can force all tests to run serially by calling run_all with --serial A debugging flag was now also included in run_all. Pass one or more -l (-l, -ll or -lll) for different levels of debugging information.
This commit is contained in:
parent
50fa772ce1
commit
03847ab8ba
5 changed files with 210 additions and 213 deletions
5
test/.gitignore
vendored
5
test/.gitignore
vendored
|
@ -3,9 +3,6 @@
|
|||
*.data
|
||||
*.log
|
||||
*.runlog
|
||||
_run_all_parallel.txt
|
||||
_run_all_serial.txt
|
||||
_run_all_parallel_rc1
|
||||
autocomplete.t
|
||||
color.t
|
||||
config.t
|
||||
|
@ -56,5 +53,3 @@ variant_xor.t
|
|||
view.t
|
||||
|
||||
json_test
|
||||
|
||||
run_all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue