Lines Matching +full:non +full:- +full:descriptive
1 tdc - Adding test cases for tdc
3 Author: Lucas Bates - lucasb@mojatatu.com
6 -----------------
8 User-defined tests should be added by defining a separate JSON file. This
12 Include the 'id' field, but do not assign a value. Running tdc with the -i
15 tdc will recursively search the 'tc-tests' subdirectory (or the
16 directories named with the -D option) for .json files. Any test case
19 tdc with the -f argument and the path to your file, or the -D argument
22 Be aware of required escape characters in the JSON data - particularly
30 -------------------
35 name: Descriptive name that explains the command under test
42 is skipped when the command returns non-zero.
43 category: A list of single-word descriptions covering what the command
78 ---------------------