index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
tests
/
test_submission.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed tests and defaults
Rodney Ewing
2013-08-26
1
-0
/
+8
*
fixed tests
Rodney Ewing
2013-08-26
1
-8
/
+0
*
fixed tests and defaults
Rodney Ewing
2013-08-26
1
-0
/
+8
*
fixed tests and defaults
Rodney Ewing
2013-08-26
1
-6
/
+40
*
added tests
Rodney Ewing
2013-08-26
1
-1
/
+67
*
Merge branch 'rodney757-media_plugins'
Christopher Allan Webber
2013-07-12
1
-2
/
+2
|
\
|
*
Switch the import of the image media manager over to the new class
Christopher Allan Webber
2013-07-12
1
-2
/
+2
*
|
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...
Rodney Ewing
2013-07-11
1
-5
/
+5
|
/
*
Reverting "Always activate testing in every test module ever."
Christopher Allan Webber
2013-05-17
1
-5
/
+0
*
Always activate testing in every test module ever.
Christopher Allan Webber
2013-05-16
1
-0
/
+5
*
image resizing: Refactor some decisions into resize_tool.
Elrond
2013-04-27
1
-1
/
+1
*
at pytest author's advice, changing the way _setup back to -> setup
Christopher Allan Webber
2013-04-18
1
-37
/
+15
*
Turning image's media manager into a new style class.
Elrond
2013-04-17
1
-1
/
+1
*
First step towards a MediaManager class: Compat one.
Elrond
2013-04-17
1
-1
/
+2
*
Refactor test resources into new resources.py
Elrond
2013-04-17
1
-15
/
+2
*
PDF: Use pytest.mark.skipif for skipping tests
Elrond
2013-04-16
1
-2
/
+2
*
add pdf media type
Alon Levy
2013-04-15
1
-0
/
+13
*
Really removing nosetests things now! all assert_whatever removed
Christopher Allan Webber
2013-04-06
1
-18
/
+17
*
Switch test_app generation over to use py.test fixtures.
Christopher Allan Webber
2013-04-04
1
-20
/
+43
*
All mediagoblin tests now pass with py.test (switched setUp to setup)
Christopher Allan Webber
2013-04-03
1
-1
/
+1
*
Some tests for media_data, yeah!
Elrond
2013-02-01
1
-1
/
+8
*
Add (failing) test for editing the slug.
Elrond
2013-01-18
1
-1
/
+7
*
Rename get_test_app to get_app.
Elrond
2013-01-18
1
-2
/
+2
*
Start to use the media_id in "admin" URLs.
Elrond
2013-01-11
1
-2
/
+8
*
Don't get a fresh app when not needed
Sebastian Spaeth
2013-01-08
1
-4
/
+4
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-1
/
+1
*
make media_manager a property of MediaEntry in mixin.py
Sebastian Spaeth
2012-12-04
1
-1
/
+14
*
More Unicode titles to prevent non-Unicode SQLAlchemy warnings.
Brett Smith
2012-07-08
1
-2
/
+6
*
Prevent non-Unicode SQLAlchemy warnings in most submission tests.
Brett Smith
2012-07-08
1
-14
/
+14
*
Fix problems from pyflakes output
Will Kahn-Greene
2012-06-03
1
-2
/
+1
*
Merge remote-tracking branch 'refs/remotes/elrond/sql/final'
Christopher Allan Webber
2012-04-01
1
-12
/
+16
|
\
|
*
Fix unit tests for sql: cache media_id.
Elrond
2012-04-01
1
-2
/
+3
|
*
TestSubission's tag check stuff passing now
Christopher Allan Webber
2012-03-26
1
-3
/
+5
*
|
Fixed test_submission -> test_evil_file test
Joar Wandborg
2012-03-27
1
-3
/
+2
*
|
Merge remote-tracking branch 'joar/audio+sniffing'
Joar Wandborg
2012-03-27
1
-7
/
+30
|
\
\
|
*
|
Faster sniffing
Joar Wandborg
2012-03-22
1
-0
/
+22
|
*
|
Audio thumbnailing & spectrograms, media plugins use sniffing
Joar Wandborg
2012-02-28
1
-1
/
+2
*
|
|
Merge remote branch 'origin/master' into bug261-resized-filenames
Brett Smith
2012-03-26
1
-0
/
+14
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
When media is deleted, delete associated comments too.
Brett Smith
2012-03-17
1
-0
/
+15
*
|
|
Add tests for image processing. Check filenames and image sizes.
Brett Smith
2012-03-20
1
-0
/
+24
*
|
|
Make a function to generate test image filenames.
Brett Smith
2012-03-20
1
-11
/
+9
*
|
|
Prefer nose assert_* methods to the assert built-in.
Brett Smith
2012-03-20
1
-7
/
+10
*
|
|
Refactor false image tests.
Brett Smith
2012-03-20
1
-28
/
+13
*
|
|
Refactor normal upload tests.
Brett Smith
2012-03-20
1
-27
/
+17
*
|
|
Refactor MediaEntry fetches/checks into check_media().
Brett Smith
2012-03-20
1
-14
/
+13
*
|
|
Refactor data posts into one do_post function.
Brett Smith
2012-03-20
1
-112
/
+52
|
/
/
*
/
Dot-Notation: MediaComment and some random places
Elrond
2012-02-26
1
-3
/
+3
|
/
*
Fix copyright statements; add LICENSE for EXIF.py
Will Kahn-Greene
2012-02-08
1
-1
/
+0
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Test Suite: Enable attachments, add failing test
Elrond
2012-01-10
1
-0
/
+14
[next]