Fully working context hooks, both template/view and global level, with tests
[mediagoblin.git] / mediagoblin / tests /
2013-05-14 Christopher Allan... Fully working context hooks, both template/view and...
2013-05-12 Christopher Allan... Merge branch 'master' into 623_context_hooks
2013-05-12 Christopher Allan... Removing reference to nose (thanks for catching, Elrond!)
2013-05-12 Christopher Allan... Tests should no longer use the environment-variable...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'gabithume/146_debug_message'
2013-05-11 Christopher Allan... Merge branch 'master' into 623_context_hooks
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-08 Christopher Allan... Ah right, and here's the config we intend to use for...
2013-05-08 Christopher Allan... The beginning of context hooks.
2013-05-08 Christopher Allan... Unit tests for plugins defining their own config_spec...
2013-04-30 Gabi ThumeFixing ticket #146 - Make messaging system testable
2013-04-27 Elrondimage resizing: Refactor some decisions into resize_tool.
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-04-25 ElrondUnit test for ReallyLazyProxy.
2013-04-21 ElrondCleanup storage after test, and test .delete_dir().
2013-04-20 Christopher Allan... Merge remote-tracking branch 'remotes/npigeon/ticket...
2013-04-19 ElrondRefactor test configs.
2013-04-19 Christopher Allan... Let's not use reserved keywords :)
2013-04-19 Christopher Allan... Added new tests to test hook_transform()
2013-04-19 Christopher Allan... Adjusting tests to use hook_handle and hook_runall
2013-04-18 Christopher Allan... Moving the rest of the relevant tests to have test_app...
2013-04-18 Christopher Allan... at pytest author's advice, changing the way _setup...
2013-04-17 ElrondTurning image's media manager into a new style class.
2013-04-17 ElrondFirst step towards a MediaManager class: Compat one.
2013-04-17 Alon LevyPIL: Support systems with Pillow and without
2013-04-16 ElrondRefactor test resources into new resources.py
2013-04-16 ElrondPDF: Use pytest.mark.skipif for skipping tests
2013-04-16 nattily pigeonfowlUpdating branch...
2013-04-16 Elrondtest_timesince() doesn't need a complete test_app.
2013-04-15 Christopher Allan... Removing unused imports
2013-04-15 Alon Levyadd pdf media type
2013-04-14 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-04-14 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-04-12 Jessica TAdds the unit tests and removes useless function we...
2013-04-10 Christopher Allan... Merge branch '637_friendlier_hooks'
2013-04-10 Christopher Allan... callable hook convenience functions.. now work, and...
2013-04-09 ElrondRemove the last traces of beaker.
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-09 Christopher Allan... tests for new pluginapi methods that can't possibly...
2013-04-08 ElrondTesting: Remove some left over files/dirs.
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-06 Joar WandborgOAuth: Support refresh tokens, etc
2013-04-06 Christopher Allan... Really removing nosetests things now! all assert_whate...
2013-04-05 Christopher Allan... Merge branch '614_multi_test_config'
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-24 Brett SmithFirst tests for the Session class.
2013-03-24 Brett SmithRemove beaker stuff from the code.
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
next