aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Move db.sql.util to db.utilSebastian Spaeth2013-01-071-1/+1
* Also make slug unit test work with the new optionally-translitcodec-free codeChristopher Allan Webber2013-01-061-7/+7
* Remove temporary emacs files that have slipped inSebastian Spaeth2012-12-252-275/+0
* RIP out mongoSebastian Spaeth2012-12-251-4/+1
* Update extlib/EXIFSebastian Spaeth2012-12-253-15/+279
* Fix some unicode related issues in oauth and the api.Elrond2012-12-231-1/+1
* Testsuite: Turn SQLAlchemy warnings into errorsElrond2012-12-231-0/+4
* Added API testsJoar Wandborg2012-12-232-0/+106
* replace webob.Response with werkzeug ResponseSebastian Spaeth2012-12-211-1/+1
* tests/auth: Don't rely on case sensitive error stringsSebastian Spaeth2012-12-211-2/+2
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-213-11/+11
* Fix up testsSebastian Spaeth2012-12-213-11/+13
* 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