aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/tools.py
Commit message (Expand)AuthorAgeFilesLines
* Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-1/+1
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-6/+89
|\
| * Adding a docstring to fixture_media_entryChristopher Allan Webber2013-06-221-0/+8
| * New notificationsJoar Wandborg2013-06-091-6/+81
* | modified test .ini files and changed tests to use basic_auth bcryptRodney Ewing2013-05-241-2/+2
|/
* Moving test_user_dev->user_dev in plugin app configs & adding plugin static s...Christopher Allan Webber2013-05-231-3/+2
* Tests should no longer use the environment-variable-related-setup and set up ...Christopher Allan Webber2013-05-121-28/+0
* Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'Nathan Yergler2013-04-131-3/+5
|\
| * OAuth: Support refresh tokens, etcJoar Wandborg2013-04-061-4/+5
* | Merge remote-tracking branch 'brett/itsdangerous'Elrond2013-04-091-3/+1
|\ \
| * | Remove beaker stuff from the code.Brett Smith2013-03-241-3/+1
* | | Really removing nosetests things now! all assert_whatever removedChristopher Allan Webber2013-04-061-2/+2
| |/ |/|
* | Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-54/+25
* | Oops, forgot to assign dump_old_app to self, heh.Christopher Allan Webber2013-04-041-0/+1
* | Turning setup_fresh_app into SetupFreshApp, a decorator with options!Christopher Allan Webber2013-04-041-8/+18
* | Updating get_app to allow for passing in particular app configsChristopher Allan Webber2013-04-041-2/+17
|/
* Failing testcase for issue 611.Elrond2013-01-291-1/+17
* Add some simple collection test.Elrond2013-01-181-1/+22
* Rename get_test_app to get_app.Elrond2013-01-181-2/+2
* More explicit get_or_create patternSebastian Spaeth2013-01-151-1/+4
* Do not fail is a user exists alreadySebastian Spaeth2013-01-081-3/+4
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-2/+1
* replace webob.Response with werkzeug ResponseSebastian Spaeth2012-12-211-1/+1
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-4/+4
* Fixed pylint/pep8 warnings in test/tools.pyJoar Wandborg2012-09-291-2/+2
* Added some OAuth plugin testsJoar Wandborg2012-09-261-2/+2
* Fixed testsJoar Wandborg2012-09-151-1/+1
* removed _make_safe in favor of functools.wrapsJakob Kramer2012-07-121-3/+6
* Drop our scoped session sooner to prevent SQLAlchemy re-binding warnings.Brett Smith2012-07-081-3/+3
* Reload and detach the test user.Elrond2012-03-261-0/+7
* SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-261-15/+11
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* 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