aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_modelmethods.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-50/+49
* Collection changes and migration for federationJessica Tallon2015-10-071-1/+1
* Fix some unit tests and bugsJessica Tallon2015-08-241-2/+2
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-4/+4
* Fix some problems with activity mixins and migrationsJessica Tallon2015-05-261-52/+0
* Fix #984 - Improvements to Activity and ActivityIntermediatorJessica Tallon2014-10-211-2/+56
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-10/+7
|\
| * Fix #923 - add allow_admin to user_has_privilege decoratorJessica Tallon2014-07-291-10/+7
* | Fix tests on Python 3.Berker Peksag2014-07-141-2/+7
|/
* Issue #686: Create User.url_for_self() method.Berker Peksag2014-04-101-0/+24
* I've moved on to one of the last phases of my work! Now I'm just checking offtilly-Q2013-09-031-2/+2
* pushing so paroneayea can help me resolve a conflict within the tests.tilly-Q2013-08-231-15/+13
* This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-201-1/+42
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-5/+1
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-1/+5
* Really removing nosetests things now! all assert_whatever removedChristopher Allan Webber2013-04-061-3/+1
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-37/+58
* These tests need to have a MediaGoblin app setup so they can connect to the db!Christopher Allan Webber2013-04-031-0/+1
* All mediagoblin tests now pass with py.test (switched setUp to setup)Christopher Allan Webber2013-04-031-1/+1
* Some tests for media_data, yeah!Elrond2013-02-011-0/+17
* Fix reference of get_test_app->get_app in test_modelmethodsChristopher Allan Webber2013-01-251-2/+2
* New mediaentry slug tests now pass!Christopher Allan Webber2013-01-231-0/+130