taskwarrior/test/.gitignore
Renato Alves 03847ab8ba 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.
2015-06-25 23:36:28 +01:00

55 lines
575 B
Text

*.o
*.pyc
*.data
*.log
*.runlog
autocomplete.t
color.t
config.t
date.t
dates.t
duration.t
eval.t
fs.t
i18n.t
iso8601d.t
iso8601p.t
json.t
lexer.t
list.t
msg.t
nibbler.t
rx.t
t.t
t2.t
t3.t
taskmod.t
tdb2.t
text.t
uri.t
utf8.t
util.t
variant_add.t
variant_and.t
variant_cast.t
variant_divide.t
variant_equal.t
variant_exp.t
variant_gt.t
variant_gte.t
variant_inequal.t
variant_lt.t
variant_lte.t
variant_match.t
variant_math.t
variant_modulo.t
variant_multiply.t
variant_nomatch.t
variant_not.t
variant_or.t
variant_partial.t
variant_subtract.t
variant_xor.t
view.t
json_test