aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* New notificationsJoar Wandborg2013-06-094-10/+238
* 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
* Refactor test configs.Elrond2013-04-201-24/+13
* Let's not use reserved keywords :)Christopher Allan Webber2013-04-191-2/+2
* Added new tests to test hook_transform()Christopher Allan Webber2013-04-194-3/+32
* Adjusting tests to use hook_handle and hook_runallChristopher Allan Webber2013-04-191-16/+17
* Moving the rest of the relevant tests to have test_app set up in "def setup()...Christopher Allan Webber2013-04-182-58/+50
* at pytest author's advice, changing the way _setup back to -> setupChristopher Allan Webber2013-04-181-37/+15
* Turning image's media manager into a new style class.Elrond2013-04-171-1/+1
* First step towards a MediaManager class: Compat one.Elrond2013-04-171-1/+2
* PIL: Support systems with Pillow and withoutAlon Levy2013-04-171-1/+4
* Refactor test resources into new resources.pyElrond2013-04-175-55/+47
* PDF: Use pytest.mark.skipif for skipping testsElrond2013-04-162-5/+4
* test_timesince() doesn't need a complete test_app.Elrond2013-04-161-1/+1
* Removing unused importsChristopher Allan Webber2013-04-151-5/+0
* add pdf media typeAlon Levy2013-04-154-0/+60
* Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'Nathan Yergler2013-04-132-7/+45
|\
| * OAuth: Support refresh tokens, etcJoar Wandborg2013-04-062-8/+45
* | Merge remote-tracking branch 'refs/remotes/tsyesika/394-fuzzy-timestamp'Christopher Allan Webber2013-04-131-0/+57
|\ \
| * | Adds the unit tests and removes useless function we don't useJessica T2013-04-121-0/+57
* | | Merge branch '637_friendlier_hooks'Christopher Allan Webber2013-04-105-0/+243
|\ \ \ | |/ / |/| |
| * | callable hook convenience functions.. now work, and with tests!Christopher Allan Webber2013-04-105-3/+135
| * | tests for new pluginapi methods that can't possibly pass yet :)Christopher Allan Webber2013-04-091-0/+111