Adding more extension tests to Djblets
Review Request #1725 — Created July 30, 2010 and submitted
This patch relies on http://reviews.reviewboard.org/r/1687/ Just added a few tests for the ExtensionManager and the Hooks. A lot of the ExtensionManager methods aren't tested yet. Things like the Manager calling syncdb are making things kind of difficult.
All tests pass.
-
-
Maybe rename this to "get_extension_entrypoints", without the "_". Technically, I don't think "_" functions are meant to be overwritten. Can you also document the purpose for this function?
-
These docblocks will all be shown for the unit tests, so they should ideally be a bit shorter. More detailed information can be in standard comments. Also, I think if they wrap, it displays them wrong or cuts them off.
-
-
-