aboutsummaryrefslogtreecommitdiffstats
path: root/runtests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make runtests.sh be useable from anywhere.Elrond2013-01-111-13/+19
| | | | | | | | | Now you can have your current directory anywhere and call runtests.sh with full path and it'll find the way to nosetests and the tests directory on its own. Most useful if you're inside the mediagoblin/ dir and can just call "../runtests.sh".
* issue 355: Only run tests in mediagoblin/tests/Elrond2013-01-111-1/+26
| | | | | | | If you don't give an option argument (starting with a dash) to runtests.sh then it will append the directory with all the tests to the commandline of nosetests. That way it will only search there for tests.
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+1
|
* Tweak runtests to be more helpfulWill Kahn-Greene2011-12-121-1/+2
| | | | | | If nose isn't installed, then runtests.sh says it can't find nosetests and exits, but doesn't tell you what you need to do to fix the situation. This fixes that.
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-1/+1
| | | | | | As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.
* ./runtests.sh: run unit tests without having to remember the long command.Christopher Allan Webber2011-06-191-0/+30