aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* More unicode fixes in the test suiteSebastian Spaeth2012-12-121-6/+7
* Make sqlalchemy stop complaining about non-unicode inputSebastian Spaeth2012-12-112-4/+4
* Fix CSRF tests with webtest 1.4.0Sebastian Spaeth2012-12-111-3/+3
* Add a UniqueConstraint add test in test_sql_migrationsChristopher Allan Webber2012-12-051-3/+26
* make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-041-1/+14
* Fixed pylint issues, removed unused importJoar Wandborg2012-10-021-1/+1
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-8/+17
* Added OAuth testJoar Wandborg2012-09-291-0/+50
* Fixed pylint/pep8 warnings in test/tools.pyJoar Wandborg2012-09-291-2/+2
* Added tests for HTTP callbacksJoar Wandborg2012-09-273-3/+76
* Added some OAuth plugin testsJoar Wandborg2012-09-263-2/+138
* Fixed testsJoar Wandborg2012-09-151-1/+1
* [Issue 466] Implement e-z plugin disablingWill Kahn-Greene2012-07-171-0/+20
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-30/+27
* Moving the "dependency injection printer tools" over to tools/common.pyChristopher Allan Webber2012-07-141-12/+1
* Update staticdirect stuff so it can handle "domains" of staticdirectionChristopher Allan Webber2012-07-141-0/+9
* removed _make_safe in favor of functools.wrapsJakob Kramer2012-07-121-3/+6
* Drop our scoped session sooner to prevent SQLAlchemy re-binding warnings.Brett Smith2012-07-081-3/+3
* Prevent SQLAlchemy non-Unicode warnings from this test.Brett Smith2012-07-081-8/+8
* Prevent SQLAlchemy non-Unicode warnings in this test.Brett Smith2012-07-081-4/+4
* 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
* Level exits are Unicode too.Brett Smith2012-07-041-3/+3
* Make sure MigrationManagers always get Unicode names.Brett Smith2012-07-041-4/+4
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-101-0/+1
|\
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-181-0/+15
| |\
| * | These are changes for issue #405, add email comment notification.Derek Moore2012-03-151-0/+1
* | | Fix problems from pyflakes outputWill Kahn-Greene2012-06-035-10/+2
* | | 401. Plugin infrastructureWill Kahn-Greene2012-05-131-0/+158
* | | No need to keep around mongodb migration tests.Christopher Allan Webber2012-04-291-401/+0
* | | Merge remote-tracking branch 'refs/remotes/elrond/sql/final'Christopher Allan Webber2012-04-015-35/+47
|\ \ \
| * | | Fix unit tests for sql: cache media_id.Elrond2012-04-011-2/+3
| * | | Reload the user for current values.Elrond2012-03-261-0/+1
| * | | Reload and detach the test user.Elrond2012-03-261-0/+7
| * | | TestSubission's tag check stuff passing nowChristopher Allan Webber2012-03-261-3/+5
| * | | Remove the user_dev directory on tests endingChristopher Allan Webber2012-03-261-7/+7
| * | | Suggest we move to an in-memory database ;)Christopher Allan Webber2012-03-261-1/+1
| * | | SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-262-16/+16
* | | | 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-262-1/+15
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | And fix the in-celeryd import.Elrond2012-03-211-1/+1
| | |_|/ | |/| |
| * | | When media is deleted, delete associated comments too.Brett Smith2012-03-171-0/+15
| | |/ | |/|
* | | Rename to FilenameBuilder, with a main method named fill.Brett Smith2012-03-261-8/+8
* | | Add FilenameMunger class to processing, with tests.Brett Smith2012-03-251-0/+20
* | | Add tests for image processing. Check filenames and image sizes.Brett Smith2012-03-202-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