aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/tools.py
Commit message (Expand)AuthorAgeFilesLines
* fixture_add_user: Factoring a unit test toolElrond2011-12-011-0/+17
* Add base class for MeddlewareElrond2011-11-251-7/+2
* Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middle...Christopher Allan Webber2011-11-251-5/+5
* Move TestingMiddleware to tests/tools.pyElrond2011-11-121-1/+45
* Some docs for the TestingMiddlewareElrond2011-11-121-0/+2
* 591: Let Testing Middleware check for staticdirect() usageElrond2011-10-191-0/+6
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-3/+3
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* get_test_app() should turn on testing bucketsChristopher Allan Webber2011-08-011-0/+3
* testing tools install_fixtures_simple and assert_db_meets_expectedChristopher Allan Webber2011-07-101-0/+32
* Move config.py to init/Elrond2011-07-021-1/+1
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-4/+4
* Celery wasn't really being properly connected during tests.Christopher Allan Webber2011-06-261-11/+4
* Extra checks so that we don't even RUN tests unless the right celery environ setChristopher Allan Webber2011-06-211-5/+11
* Make sure we *ONLY* ever kill the test database, EVER.Christopher Allan Webber2011-06-211-5/+2
* Also moving the test_server.ini to test_paste.ini to avoid ambiguity.Christopher Allan Webber2011-06-201-1/+1
* Need to run nosetests with CELERY_CONFIG_MODULE set to from_tests again.Christopher Allan Webber2011-06-191-3/+5
* Nosetests should now be able to run using the new configobj / app init setupChristopher Allan Webber2011-06-181-16/+29
* A setup_fresh_app decorator which should make writing tests a bit easier.Christopher Allan Webber2011-06-061-0/+16
* Actually it's a lot better of an idea to load the full application outChristopher Allan Webber2011-06-051-4/+3
* Proper webtest infrastructure... seems to be about right anyway :)Christopher Allan Webber2011-06-041-0/+94