aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/tools.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-9/+9
* Remove mongodb-related stuffBoris Bobrov2017-06-181-22/+0
* Add comment questioning why run_dbupdate is needed in get_app test utilityChristopher Allan Webber2016-03-261-0/+2
* Comment changes for federationJessica Tallon2015-10-201-21/+29
* Collection changes and migration for federationJessica Tallon2015-10-071-9/+15
* Fix some unit tests and bugsJessica Tallon2015-08-241-4/+7
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-4/+4
* Fix #984 - Improvements to Activity and ActivityIntermediatorJessica Tallon2014-10-211-1/+26
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-1/+3
|\
| * Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-2/+0
| * Add more tests for federation APIsJessica Tallon2014-07-221-58/+0
| * Add fixtures to provide OAuth client, request and access modelsJessica Tallon2014-07-221-1/+63
* | Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-2/+3
|/
* This should be my final code update before I am ready for review! Basically, intilly-Q2013-09-101-2/+1
* This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-1/+33
* This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-201-1/+0
* This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-201-7/+6
* 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