summaryrefslogtreecommitdiff
path: root/cmdtest
Commit message (Expand)AuthorAgeFilesLines
* Change: port to Python3Lars Wirzenius2019-11-281-1/+1
* Fix missing importLars Wirzenius2016-04-181-0/+1
* Use yarnlib.__version__ in cmdtestLars Wirzenius2016-04-181-1/+1
* Use env in hashbangsRichard Ipsum2015-12-201-1/+1
* Fix cmdtest --testLars Wirzenius2013-10-201-0/+7
* Fix cmdtest so that fail-tests workLars Wirzenius2013-03-101-1/+2
* Remove unnecessary write fileLars Wirzenius2012-04-121-7/+3
* Remove unused method "expand"Lars Wirzenius2012-04-121-6/+0
* Remove unused method "lines"Lars Wirzenius2012-04-121-3/+0
* Move cat method to cmdtestlibLars Wirzenius2012-04-121-9/+3
* Fix progress reporting countercmdtest-0.3Lars Wirzenius2012-02-241-5/+6
* Add --keep optionLars Wirzenius2012-02-241-4/+12
* Time what happens when running tests and optionally reportLars Wirzenius2012-02-241-2/+37
* Show name of test being runLars Wirzenius2012-02-241-3/+2
* Fix cmdtest -t foo so that it still runs the setup/setup_once/teardown/teardo...Lars Wirzenius2012-01-201-0/+2
* use only the __version__ in cmdtestlib.pyLars Wirzenius2012-01-011-4/+1
* bump version number to 0.1Lars Wirzenius2012-01-011-1/+1
* add TESTNAME to environment variableLars Wirzenius2011-12-301-9/+13
* remove --command / -c option and $COMMAND and foo.argsLars Wirzenius2011-12-171-10/+2
* adapt to new cliapp API and don't redirect stdin unless told toLars Wirzenius2011-12-011-1/+6
* create and clean temporary directory only once per runLars Wirzenius2011-12-011-2/+2
* Add -t/--test option for running only specific tests.Lars Wirzenius2011-10-071-1/+16
* Fix references to cmdtest the module to be to cmdtestlib.Lars Wirzenius2011-09-111-2/+2
* Set --command to default to None, so user always must set it.Lars Wirzenius2011-08-291-1/+2
* Improve help text for --command option.Lars Wirzenius2011-08-291-1/+3
* Add SRCDIR to environment, and make COMMAND an absolute path.Lars Wirzenius2011-08-251-1/+2
* Create/cleanup temporary directory for each test.Lars Wirzenius2011-08-251-1/+3
* Store failing stdout, stderr, and diffs, rather than deleting them.Lars Wirzenius2011-08-221-20/+34
* Run foo.script instead of using foo.args, when script exists.Lars Wirzenius2011-08-221-3/+7
* Fix parsing of foo.exit.Lars Wirzenius2011-08-151-2/+2
* Fix diffing so it actually produces output.Lars Wirzenius2011-08-151-3/+3
* Document (and fix) args format and variable expansion.Lars Wirzenius2011-08-151-1/+1
* Fix cmdtest script to run test cases as they should be run.Lars Wirzenius2011-08-151-47/+69
* Add status reporting, exit code, etc.Lars Wirzenius2011-08-141-6/+39
* Rewrite to not use JSON but individual files.Lars Wirzenius2011-08-141-26/+49
* Initial commit.Lars Wirzenius2011-08-141-0/+90