index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
tests
/
test_pluginapi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-5
/
+5
*
Fix another tests.
Berker Peksag
2014-08-07
1
-2
/
+1
*
Fix tests on Python 3.
Berker Peksag
2014-07-14
1
-3
/
+3
*
The file() builtin has been removed in Python 3. Use open() instead.
Berker Peksag
2014-06-07
1
-3
/
+3
*
Full unit test for the plugin assetlink command.
Christopher Allan Webber
2013-05-23
1
-1
/
+73
*
test_plugin_staticdirect now works and passes.
Christopher Allan Webber
2013-05-23
1
-0
/
+34
*
Reverting "Always activate testing in every test module ever."
Christopher Allan Webber
2013-05-17
1
-3
/
+0
*
Always activate testing in every test module ever.
Christopher Allan Webber
2013-05-16
1
-0
/
+3
*
Testing the template_context_prerender hook
Christopher Allan Webber
2013-05-15
1
-2
/
+4
*
Documenting the test_modify_context and context_modified_app methods
Christopher Allan Webber
2013-05-14
1
-0
/
+7
*
Fully working context hooks, both template/view and global level, with tests
Christopher Allan Webber
2013-05-14
1
-2
/
+16
*
The beginning of context hooks.
Christopher Allan Webber
2013-05-08
1
-0
/
+12
*
Unit tests for plugins defining their own config_spec.ini!
Christopher Allan Webber
2013-05-08
1
-0
/
+29
*
Refactor test configs.
Elrond
2013-04-20
1
-24
/
+13
*
Added new tests to test hook_transform()
Christopher Allan Webber
2013-04-19
1
-0
/
+21
*
Adjusting tests to use hook_handle and hook_runall
Christopher Allan Webber
2013-04-19
1
-16
/
+17
*
callable hook convenience functions.. now work, and with tests!
Christopher Allan Webber
2013-04-10
1
-3
/
+3
*
tests for new pluginapi methods that can't possibly pass yet :)
Christopher Allan Webber
2013-04-09
1
-0
/
+111
*
Really removing nosetests things now! all assert_whatever removed
Christopher Allan Webber
2013-04-06
1
-11
/
+10
*
[Issue 466] Implement e-z plugin disabling
Will Kahn-Greene
2012-07-17
1
-0
/
+20
*
Rework plugin infrastructure to nix side-effects
Will Kahn-Greene
2012-07-17
1
-30
/
+27
*
401. Plugin infrastructure
Will Kahn-Greene
2012-05-13
1
-0
/
+158