aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_submission.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Refactor false image tests.Brett Smith2012-03-201-28/+13
* | | Refactor normal upload tests.Brett Smith2012-03-201-27/+17
* | | Refactor MediaEntry fetches/checks into check_media().Brett Smith2012-03-201-14/+13
* | | Refactor data posts into one do_post function.Brett Smith2012-03-201-112/+52
|/ /
* / Dot-Notation: MediaComment and some random placesElrond2012-02-261-3/+3
|/
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+0
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Test Suite: Enable attachments, add failing testElrond2012-01-101-0/+14