summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.2.cmdtest-0.2Lars Wirzenius2012-02-184-3/+17
* Fix checking for whether files existLars Wirzenius2012-02-091-2/+2
* Fix cmdtest -t foo so that it still runs the setup/setup_once/teardown/teardo...Lars Wirzenius2012-01-204-2/+12
* install manpageLars Wirzenius2012-01-011-0/+1
* use only the __version__ in cmdtestlib.pyLars Wirzenius2012-01-012-5/+2
* update debian/changelog timestamp for uploadLars Wirzenius2012-01-011-1/+1
* add a project.meta file for unperishLars Wirzenius2012-01-011-0/+2
* bump version number to 0.1Lars Wirzenius2012-01-012-2/+2
* add TESTNAME to environment variableLars Wirzenius2011-12-302-10/+25
* update Debian packagingLars Wirzenius2011-12-263-4/+6
* remove pointless debian/patches directoryLars Wirzenius2011-12-261-0/+0
* have setup.py run echo-tests and sort-testsLars Wirzenius2011-12-251-0/+3
* add missing executable permissions to scriptLars Wirzenius2011-12-251-0/+0
* remove out-of-date, unnecessary test caseLars Wirzenius2011-12-253-26/+0
* remove manpage stuff from README, add legaleseLars Wirzenius2011-12-251-44/+20
* make manpage muchly more detailedLars Wirzenius2011-12-251-14/+118
* update READMELars Wirzenius2011-12-241-12/+9
* update packaging for ITPLars Wirzenius2011-12-242-3/+7
* remove --command / -c option and $COMMAND and foo.argsLars Wirzenius2011-12-177-33/+13
* 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 example to use $COMMAND and -c option.Lars Wirzenius2011-09-112-4/+4
* Remove generated manpage when clenaing up.Lars Wirzenius2011-09-111-1/+1
* Add sample test for echo.Lars Wirzenius2011-09-112-0/+3
* Add preliminary manpage for cmdtest.Lars Wirzenius2011-09-112-0/+91
* Fix version number in debian/changelog.Lars Wirzenius2011-09-111-1/+1
* Fix py_modules in setup.py.Lars Wirzenius2011-09-111-1/+1
* Add preliminary Debian packaging.Lars Wirzenius2011-09-117-0/+50
* Fix another reference to cmdtest.py.Lars Wirzenius2011-09-111-1/+1
* Fix references to cmdtest the module to be to cmdtestlib.Lars Wirzenius2011-09-113-5/+5
* Rename cmdtest.py so it does not conflict with cmdtest script.Lars Wirzenius2011-09-112-0/+0
* Remove now-unused without-test files.Lars Wirzenius2011-09-111-0/+0
* Replace Makefile with setup.py.Lars Wirzenius2011-09-112-25/+66
* Add single-line test case for sort.Lars Wirzenius2011-09-112-0/+2
* Add foo.script to README.Lars Wirzenius2011-08-291-1/+5
* Set --command to default to None, so user always must set it.Lars Wirzenius2011-08-291-1/+2
* Use $COMMAND in test script rather than hard-coding sort.Lars Wirzenius2011-08-291-1/+1
* 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-222-22/+37
* Ignore Python bytecode files for git.Lars Wirzenius2011-08-221-0/+1
* Run foo.script instead of using foo.args, when script exists.Lars Wirzenius2011-08-223-6/+13
* 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-152-1/+5
* Remove outdated text from README.Lars Wirzenius2011-08-151-76/+0
* Fix cmdtest script to run test cases as they should be run.Lars Wirzenius2011-08-154-47/+71
* Store all script names in TestCase attributes.Lars Wirzenius2011-08-152-2/+12