aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_submission.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* More Unicode titles to prevent non-Unicode SQLAlchemy warnings.Brett Smith2012-07-081-2/+6
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-14/+14
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-2/+1
* Merge remote-tracking branch 'refs/remotes/elrond/sql/final'Christopher Allan Webber2012-04-011-12/+16
|\
| * Fix unit tests for sql: cache media_id.Elrond2012-04-011-2/+3
| * TestSubission's tag check stuff passing nowChristopher Allan Webber2012-03-261-3/+5
* | Fixed test_submission -> test_evil_file testJoar Wandborg2012-03-271-3/+2
* | Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-271-7/+30
|\ \
| * | Faster sniffingJoar Wandborg2012-03-221-0/+22
| * | Audio thumbnailing & spectrograms, media plugins use sniffingJoar Wandborg2012-02-281-1/+2
* | | Merge remote branch 'origin/master' into bug261-resized-filenamesBrett Smith2012-03-261-0/+14
|\ \ \ | | |/ | |/|
| * | When media is deleted, delete associated comments too.Brett Smith2012-03-171-0/+15
* | | Add tests for image processing. Check filenames and image sizes.Brett Smith2012-03-201-0/+24
* | | Make a function to generate test image filenames.Brett Smith2012-03-201-11/+9
* | | Prefer nose assert_* methods to the assert built-in.Brett Smith2012-03-201-7/+10