aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* More explicit get_or_create patternSebastian Spaeth2013-01-151-1/+4
* Improve and extend profile editing testsSebastian Spaeth2013-01-091-76/+97
* Fix tests on webtest < 1.3.6.Elrond2013-01-091-1/+5
* Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-081-1/+1
* Move all the migration tools into new migration_tools.pyElrond2013-01-081-1/+1
* tests: More instances where a fresh database is not neededSebastian Spaeth2013-01-085-31/+27
* Don't get a fresh app when not neededSebastian Spaeth2013-01-084-14/+12
* Do not fail is a user exists alreadySebastian Spaeth2013-01-081-3/+4
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-072-3/+2
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-072-2/+2
* 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