aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/lotusecho/trac_711_test_speed'Christopher Allan Webber2013-07-033-6/+9
|\
| * Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...Emily O'Leary2013-06-253-6/+9
* | merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-034-1/+415
* | Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-256-46/+321
|\|
| * Adding a docstring to fixture_media_entryChristopher Allan Webber2013-06-221-0/+8
| * Fix the data integrity bug in test_misc.Christopher Allan Webber2013-06-221-2/+2
| * Merge remote-tracking branch 'refs/remotes/joar/notifications'Christopher Allan Webber2013-06-224-10/+238
| |\
| | * New notificationsJoar Wandborg2013-06-094-10/+238
| * | Removing the "enter your password to change your email" bit.Christopher Allan Webber2013-06-211-38/+0
| * | modified verification emails to use itsdangerous tokensRodney Ewing2013-05-291-34/+10
| * | added error handling on bad token, fixed route, and added testsRodney Ewing2013-05-241-2/+104
| |/
* | changes after cwebb's reviewRodney Ewing2013-06-215-47/+1
* | moved authentication_disabled to config_specRodney Ewing2013-06-154-7/+0
* | changed no_auth to authentication_disabled in configRodney Ewing2013-06-117-17/+17
* | no need for check_login with the new check_login_simple functionRodney Ewing2013-05-271-2/+3
* | renamed lib to toolsRodney Ewing2013-05-271-10/+10
* | moving forgot_password views back to gmg/auth and cleanupRodney Ewing2013-05-244-164/+91
* | fixed failing tests after rebaseRodney Ewing2013-05-244-17/+16
* | added gen_password_hash and check_password functions to auth/__init__Rodney Ewing2013-05-241-3/+3
* | added tests for no_auth featureRodney Ewing2013-05-246-4/+138
* | existing test all passing nowRodney Ewing2013-05-243-121/+194
* | modified test .ini files and changed tests to use basic_auth bcryptRodney Ewing2013-05-245-3/+11
|/
* Full unit test for the plugin assetlink command.Christopher Allan Webber2013-05-231-1/+73
* test_plugin_staticdirect now works and passes.Christopher Allan Webber2013-05-232-1/+35
* Simple "staticstuff" plugin for writing unit tests on plugin static asset lin...Christopher Allan Webber2013-05-234-0/+94
* Moving test_user_dev->user_dev in plugin app configs & adding plugin static s...Christopher Allan Webber2013-05-235-26/+25
* modified change_pass testsRodney Ewing2013-05-201-7/+10
* piwigo: Return proper error for wrong user/password.Elrond2013-05-201-2/+4
* A bit of pep8 and small typo fix.Elrond2013-05-201-1/+1
* Fixed EXIF testsJoar Wandborg2013-05-201-57/+318
* Merge remote-tracking branch 'refs/remotes/elrond/misc/pytest_enable_testing'Christopher Allan Webber2013-05-172-2/+28
|\
| * Always activate testing using pytest fixture.Elrond2013-05-172-2/+28
* | Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-1726-89/+1
|/
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-1626-1/+89
* Merge branch '623_context_hooks'Christopher Allan Webber2013-05-156-0/+160
|\
| * Testing the template_context_prerender hookChristopher Allan Webber2013-05-155-5/+17
| * Documenting the test_modify_context and context_modified_app methodsChristopher Allan Webber2013-05-141-0/+7
| * Fully working context hooks, both template/view and global level, with testsChristopher Allan Webber2013-05-145-2/+105
| * Merge branch 'master' into 623_context_hooksChristopher Allan Webber2013-05-125-42/+14
| |\
| * | Ah right, and here's the config we intend to use for these context modified t...Christopher Allan Webber2013-05-081-0/+26
| * | The beginning of context hooks.Christopher Allan Webber2013-05-081-0/+12
* | | piwigo: Start first tests.Elrond2013-05-122-1/+70
| |/ |/|
* | Removing reference to nose (thanks for catching, Elrond!)Christopher Allan Webber2013-05-121-3/+1
* | Tests should no longer use the environment-variable-related-setup and set up ...Christopher Allan Webber2013-05-123-35/+1
* | Merge remote-tracking branch 'gabithume/146_debug_message'Christopher Allan Webber2013-05-111-4/+12
|\ \ | |/ |/|
| * Fixing ticket #146 - Make messaging system testableGabi Thume2013-04-291-4/+12
* | Unit tests for plugins defining their own config_spec.ini!Christopher Allan Webber2013-05-084-0/+76
|/
* image resizing: Refactor some decisions into resize_tool.Elrond2013-04-271-1/+1
* Unit test for ReallyLazyProxy.Elrond2013-04-251-0/+22
* Cleanup storage after test, and test .delete_dir().Elrond2013-04-212-7/+26