aboutsummaryrefslogtreecommitdiffstats
path: root/runtests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Moving the quotation.Christopher Allan Webber2014-07-101-1/+1
| | | | This commit sponsored by Max Lupo. Thanks Max!
* runtests.sh was asking to install nose instead of pytestAmirouche Boubekki2014-07-101-1/+1
|
* Tests should no longer use the environment-variable-related-setup and set up ↵Christopher Allan Webber2013-05-121-4/+0
| | | | | | | | | in app instead This should remove a bunch of confusing cruft. I hate using that environment variable! Also that old code was fragile. This commit sponsored by Stephen Milton. Thanks!
* Teach runtests.sh the -n arg.Elrond2013-04-061-0/+7
| | | | | | | | | | If you give "-n 8" to runtests, it thinks, it got "-n" -- a nice option, ignored. "8" -- Oh! a single test named "8" to run, so no need to run all the GMG tests. Well, that's not what we want. So runtests now knows about -n taking an arg.
* Use py.test --boxed for unit tests from now on!Christopher Allan Webber2013-04-031-10/+10
|
* Adding documentation on what the $need_arg code in runtests.sh doesChristopher Allan Webber2013-03-241-4/+10
|
* 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