aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_submission.py
Commit message (Expand)AuthorAgeFilesLines
* Remove requirement that audio/video dependencies must be installed for testsChristopher Allan Webber2016-03-181-61/+145
* Issue #5349: Submission tests fail confusingly on missing dependencyChristopher Allan Webber2016-02-041-0/+21
* Add test to check that an activity is created when a collection was chosen.tom2016-01-071-4/+11
* Add collection drop down to submit page.tom2016-01-071-1/+59
* Comment changes for federationJessica Tallon2015-10-201-2/+8
* Add public_id fixes throughout the codeJessica Tallon2015-10-071-0/+10
* Fix some unit tests and bugsJessica Tallon2015-08-241-1/+1
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-2/+2
* added a/v submission testingBoris Bobrov2015-02-161-0/+19
* Merge branch 'location'Jessica Tallon2014-10-091-1/+1
|\
| * Add location model and migrationsJessica Tallon2014-10-091-1/+1
* | pdf tests: use our own pdf doc as GOOD_PDFAlon Levy2014-09-261-1/+1
* | Fix tests on Python 3.Berker Peksag2014-07-141-4/+6
* | Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+2
* | Use six.moves.urllib.parse instead of the urlparse module.Berker Peksag2014-05-261-1/+2
|/
* Fixing issues in the tests caused by the OPW-Moderation-Update mergeChristopher Allan Webber2013-10-081-45/+17
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-10/+20
|\
| * This commit was solely to remove unused imports in the code that I have writtentilly-Q2013-09-231-1/+1
| * I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-1/+1
| * This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-10/+20
| * pushing so paroneayea can help me resolve a conflict within the tests.tilly-Q2013-08-231-3/+3
| * This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-201-1/+1
* | added testsRodney Ewing2013-08-261-8/+8
* | fixed tests and defaultsRodney Ewing2013-08-261-0/+8
* | fixed testsRodney Ewing2013-08-261-8/+0
* | fixed tests and defaultsRodney Ewing2013-08-261-0/+8
* | fixed tests and defaultsRodney Ewing2013-08-261-6/+40
* | added testsRodney Ewing2013-08-261-1/+67
|/
* Merge branch 'rodney757-media_plugins'Christopher Allan Webber2013-07-121-2/+2
|\
| * Switch the import of the image media manager over to the new classChristopher Allan Webber2013-07-121-2/+2
* | Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-5/+5
|/
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-5/+0
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+5
* image resizing: Refactor some decisions into resize_tool.Elrond2013-04-271-1/+1
* at pytest author's advice, changing the way _setup back to -> setupChristopher Allan Webber2013-04-181-37/+15
* Turning image's media manager into a new style class.Elrond2013-04-171-1/+1
* First step towards a MediaManager class: Compat one.Elrond2013-04-171-1/+2
* Refactor test resources into new resources.pyElrond2013-04-171-15/+2
* PDF: Use pytest.mark.skipif for skipping testsElrond2013-04-161-2/+2
* add pdf media typeAlon Levy2013-04-151-0/+13
* Really removing nosetests things now! all assert_whatever removedChristopher Allan Webber2013-04-061-18/+17
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-20/+43
* 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-1/+8
* Add (failing) test for editing the slug.Elrond2013-01-181-1/+7
* Rename get_test_app to get_app.Elrond2013-01-181-2/+2
* Start to use the media_id in "admin" URLs.Elrond2013-01-111-2/+8
* Don't get a fresh app when not neededSebastian Spaeth2013-01-081-4/+4
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-1/+1
* make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-041-1/+14