summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-11Replace Makefile with setup.py.Lars Wirzenius2-25/+66
2011-09-11Add single-line test case for sort.Lars Wirzenius2-0/+2
2011-08-29Add foo.script to README.Lars Wirzenius1-1/+5
2011-08-29Set --command to default to None, so user always must set it.Lars Wirzenius1-1/+2
2011-08-29Use $COMMAND in test script rather than hard-coding sort.Lars Wirzenius1-1/+1
2011-08-29Improve help text for --command option.Lars Wirzenius1-1/+3
2011-08-25Add SRCDIR to environment, and make COMMAND an absolute path.Lars Wirzenius1-1/+2
2011-08-25Create/cleanup temporary directory for each test.Lars Wirzenius1-1/+3
2011-08-22Store failing stdout, stderr, and diffs, rather than deleting them.Lars Wirzenius2-22/+37
2011-08-22Ignore Python bytecode files for git.Lars Wirzenius1-0/+1
2011-08-22Run foo.script instead of using foo.args, when script exists.Lars Wirzenius3-6/+13
2011-08-15Fix parsing of foo.exit.Lars Wirzenius1-2/+2
2011-08-15Fix diffing so it actually produces output.Lars Wirzenius1-3/+3
2011-08-15Document (and fix) args format and variable expansion.Lars Wirzenius2-1/+5
2011-08-15Remove outdated text from README.Lars Wirzenius1-76/+0
2011-08-15Fix cmdtest script to run test cases as they should be run.Lars Wirzenius4-47/+71
2011-08-15Store all script names in TestCase attributes.Lars Wirzenius2-2/+12
2011-08-15Make TestDir find test cases, and create TestCase instances.Lars Wirzenius2-0/+43
2011-08-15Make TestDir.scan recognize the shared script names.Lars Wirzenius2-1/+18
2011-08-15Start implementing cmdtest for real.Lars Wirzenius4-0/+89
2011-08-15Add text specifying how the next version of cmdtest should work.Lars Wirzenius1-0/+62
2011-08-15Add example that uses filename prefixes rather than subdir.Lars Wirzenius1-0/+10
2011-08-14Add example test.Lars Wirzenius3-0/+26
2011-08-14Add the start of a README.Lars Wirzenius1-0/+67
2011-08-14Add status reporting, exit code, etc.Lars Wirzenius1-6/+39
2011-08-14Rewrite to not use JSON but individual files.Lars Wirzenius1-26/+49
2011-08-14Initial commit.Lars Wirzenius1-0/+90