aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* Some tests for media_data, yeah!Elrond2013-02-012-1/+25
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-302-22/+11
* Improve runtime of one test.Elrond2013-01-291-4/+10
* Failing testcase for issue 611.Elrond2013-01-292-2/+68
* Fix reference of get_test_app->get_app in test_modelmethodsChristopher Allan Webber2013-01-251-2/+2
* Merge branch '216_cwebber_style_unique_slugs'Christopher Allan Webber2013-01-251-0/+130
|\
| * New mediaentry slug tests now pass!Christopher Allan Webber2013-01-231-0/+130
* | Restructure ForgotPassword viewSebastian Spaeth2013-01-211-9/+5
* | Add (failing) test for editing the slug.Elrond2013-01-181-1/+7
* | Add some simple collection test.Elrond2013-01-182-1/+59
* | Rename get_test_app to get_app.Elrond2013-01-1812-32/+32
* | Move workbench into tools directory.Elrond2013-01-171-1/+1
* | Merge commit '9408938' from 565_workbench_cleanup (spaetz)Christopher Allan Webber2013-01-171-8/+26
|\ \
| * | Add @get_workbench testSebastian Spaeth2013-01-161-2/+19
| * | Shorten Workbench(Manager) method namesSebastian Spaeth2013-01-161-6/+7
* | | Introduce user_deletion test.Sebastian Spaeth2013-01-171-0/+18
|/ /
* | Merge remote-tracking branch 'refs/remotes/elrond/misc/use_media_id'Christopher Allan Webber2013-01-161-2/+8
|\ \ | |/ |/|
| * Start to use the media_id in "admin" URLs.Elrond2013-01-111-2/+8
* | 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