Switch test_app generation over to use py.test fixtures.
[mediagoblin.git] / mediagoblin / tests /
2013-04-05 Christopher Allan... Switch test_app generation over to use py.test fixtures.
2013-04-04 Christopher Allan... Oops, forgot to assign dump_old_app to self, heh.
2013-04-04 Christopher Allan... Turning setup_fresh_app into SetupFreshApp, a decorator...
2013-04-04 Christopher Allan... Updating get_app to allow for passing in particular...
2013-04-03 Christopher Allan... These tests need to have a MediaGoblin app setup so...
2013-04-03 Christopher Allan... All mediagoblin tests now pass with py.test (switched...
2013-03-13 Christopher Allan... Changing "evil" submission test-script to be a bash...
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-21 Christopher Allan... Merge remote-tracking branch 'aleksej/632_config_spec_c...
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-19 ElrondMerge remote-tracking branch 'pythonsnake/537_version'
2013-02-18 ElrondFix deleting media with attachments.
2013-02-09 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-01 ElrondSome tests for media_data, yeah!
2013-01-30 ElrondBetter Py3 compat: d.has_key(k) -> k in d
2013-01-29 ElrondImprove runtime of one test.
2013-01-29 ElrondFailing testcase for issue 611.
2013-01-25 Christopher Allan... Fix reference of get_test_app->get_app in test_modelmethods
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-23 Christopher Allan... New mediaentry slug tests now pass!
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-21 Sebastian SpaethRestructure ForgotPassword view
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-18 ElrondAdd (failing) test for editing the slug.
2013-01-18 ElrondAdd some simple collection test.
2013-01-18 ElrondRename get_test_app to get_app.
2013-01-17 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-01-17 ElrondMove workbench into tools directory.
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/565_w...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-17 Christopher Allan... Merge commit '9408938' from 565_workbench_cleanup ...
2013-01-17 Sebastian SpaethIntroduce user_deletion test.
2013-01-17 Sebastian SpaethMerge branch '540_User_delete_deletes_related_entries'
2013-01-16 Sebastian SpaethAdd @get_workbench test
2013-01-16 Sebastian SpaethShorten Workbench(Manager) method names
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-01-15 Sebastian SpaethMore explicit get_or_create pattern
2013-01-11 ElrondStart to use the media_id in "admin" URLs.
2013-01-09 Sebastian SpaethImprove and extend profile editing tests
2013-01-08 ElrondFix tests on webtest < 1.3.6.
2013-01-08 ElrondMove db.sql.migration_tools to db.migration_tools.
2013-01-08 ElrondMove all the migration tools into new migration_tools.py
2013-01-08 Sebastian SpaethMerge branch 'WIP/test_performance'
2013-01-08 Sebastian Spaethtests: More instances where a fresh database is not...
2013-01-08 Sebastian SpaethDon't get a fresh app when not needed
2013-01-08 Sebastian SpaethDo not fail is a user exists already
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2013-01-07 Christopher Allan... Also make slug unit test work with the new optionally...
2012-12-25 Sebastian SpaethRemove temporary emacs files that have slipped in
2012-12-25 Sebastian SpaethRIP out mongo
2012-12-25 Sebastian SpaethUpdate extlib/EXIF
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondFix some unicode related issues in oauth and the api.
2012-12-23 ElrondTestsuite: Turn SQLAlchemy warnings into errors
2012-12-23 Joar WandborgAdded API tests
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian Spaethreplace webob.Response with werkzeug Response
2012-12-21 Sebastian Spaethtests/auth: Don't rely on case sensitive error strings
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-20 Sebastian SpaethFix up tests
2012-12-12 Sebastian SpaethMore unicode fixes in the test suite
2012-12-11 Sebastian SpaethMake sqlalchemy stop complaining about non-unicode...
2012-12-11 Sebastian SpaethFix CSRF tests with webtest 1.4.0
2012-12-05 Christopher Allan... Add a UniqueConstraint add test in test_sql_migrations
2012-12-04 Sebastian Spaethmake media_manager a property of MediaEntry in mixin.py
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-10-02 Joar WandborgFixed pylint issues, removed unused import
2012-09-29 Joar WandborgReplaced all request.POST with request.form, ...
2012-09-29 Joar WandborgAdded OAuth test
2012-09-29 Joar WandborgFixed pylint/pep8 warnings in test/tools.py
2012-09-26 Joar WandborgAdded tests for HTTP callbacks
2012-09-26 Joar WandborgAdded some OAuth plugin tests
2012-09-15 Joar WandborgFixed tests
2012-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/gandaro...
2012-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/willkg/plugi...
2012-07-18 Will Kahn-Greene[Issue 466] Implement e-z plugin disabling
2012-07-18 Will Kahn-GreeneRework plugin infrastructure to nix side-effects
2012-07-14 Christopher Allan... Moving the "dependency injection printer tools" over...
2012-07-14 Christopher Allan... Update staticdirect stuff so it can handle "domains...
2012-07-12 Jakob Kramerremoved _make_safe in favor of functools.wraps
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
2012-07-08 Brett SmithDrop our scoped session sooner to prevent SQLAlchemy...
2012-07-08 Brett SmithPrevent SQLAlchemy non-Unicode warnings from this test.
2012-07-08 Brett SmithPrevent SQLAlchemy non-Unicode warnings in this test.
2012-07-08 Brett SmithMore Unicode titles to prevent non-Unicode SQLAlchemy...
2012-07-08 Brett SmithPrevent non-Unicode SQLAlchemy warnings in most submiss...
2012-07-04 Brett SmithLevel exits are Unicode too.
2012-07-04 Brett SmithMake sure MigrationManagers always get Unicode names.
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-06-03 Will Kahn-GreeneFix problems from pyflakes output
2012-05-13 Will Kahn-Greene401. Plugin infrastructure
2012-04-29 Christopher Allan... No need to keep around mongodb migration tests.
2012-04-01 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-04-01 ElrondFix unit tests for sql: cache media_id.
2012-03-27 Joar WandborgFixed test_submission -> test_evil_file test
next