Testing Your Extensions

    So you could create with the following code:

    If you want to the test url conf throughout your test class, then you can use apply the decorator to the whole class:

    CMSTestCase

    Testing Plugins

    To test plugins, you need to assign them to a placeholder. Depending on at what level you want to test your plugin, you can either check the HTML generated by it or the context provided to its template: