Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* most of the tests run with pyramid 1.5 * move register_tile calls to cone.app.browser.includeme. All tests run again, import housekeeping in tests * Pass ``name`` and ``path`` keyword arguments to ``register_tile`` and ``@tile`` all over the place. * update coverage report * some authoring tests * Test several pyramid versions with this branch * Do not use ``cone.tile.register_tile`` any more. Create dedicated tile classes and use ``cone.tile.tile`` all over the place. * remove superfluous import * Fix RST formatting * include AjaxPath.overlay in test * ignores * auto checkout cone.tile untile merged in travis.cfg * anon checkout URL for travis * Transform model doctests to unittests WIP * Transform model doctests to unittests WIP * Transform model doctests to unittests WIP * Transform model doctests to unittests WIP * Transform model doctests to unittests WIP * Transform model doctests to unittests WIP * Transform model doctests to unittests done * move original model doctests to docs/archive * Transform app doctests to unittests done * Transform security doctests to unittests WIP. Login function of security test layer optionally accepts password * Transform security doctests to unittests WIP * Transform security doctests to unittests WIP * Transform security doctests to unittests done * Transform utils doctests to unittests done * Transform workflow doctests to unittests done * Transform testing doctests to unittests done * Transform browser __init__ doctests to unittests done * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests WIP * Transform browser.actions doctests to unittests done * move browser.actions doctest to docs/archive * Use DummyVenusian from cone.tile.tests. Simplify authenticated context manager. Turn hook_tile_reg into context manager. Transform browser.ajax tests from doctests to unit tests WIP * Use DummyVenusian from cone.tile.tests. Simplify authenticated context manager. Turn hook_tile_reg into context manager. Transform browser.ajax tests from doctests to unit tests WIP * Transform browser.ajax tests from doctests to unit tests WIP * Transform browser.ajax tests from doctests to unit tests WIP * Transform browser.ajax tests from doctests to unit tests WIP * Transform browser.ajax tests from doctests to unit tests WIP * Transform browser.ajax tests from doctests to unit tests WIP * Transform browser.ajax tests from doctests to unit tests done * Transform browser.authoring tests from doctests to unit tests WIP * Transform browser.authoring tests from doctests to unit tests WIP * Transform browser.authoring tests from doctests to unit tests WIP * Transform browser.authoring tests from doctests to unit tests WIP * Transform browser.authoring tests from doctests to unit tests done * mv archived doctests around * Transform browser.batch doctests to unittests WIP * Transform browser.batch doctests to unittests WIP * Transform browser.batch doctests to unittests WIP * Transform browser.batch doctests to unittests done * Transform browser.contents doctests to unittests WIP * Transform browser.contents doctests to unittests done * Transform browser.contextmenu doctests to unittests done * Transform browser.copysupport doctests to unittests done * Transform browser.exception doctests to unittests done * Transform browser.form doctests to unittests done * Transform browser.layout doctests to unittests WIP * Transform browser.layout doctests to unittests WIP * Transform browser.layout doctests to unittests WIP * Transform browser.layout doctests to unittests WIP * Transform browser.layout doctests to unittests WIP * Transform browser.layout doctests to unittests done * Transform browser.login doctests to unittests done * Transform browser.referencebrowser doctests to unittests WIP * Transform browser.referencebrowser doctests to unittests WIP * Transform browser.referencebrowser doctests to unittests done * Transform browser.resources doctests to unittests done * Transform browser.settings doctests to unittests done * Transform browser.sharing doctests to unittests done * Transform browser.table doctests to unittests done * Transform browser.utils doctests to unittests done * Transform browser.workflow doctests to unittests done * Use authenticated contextmanager all over the place in tests * make linter happy * remove superfluous imports * use tile decorator instead of register_tile * minor cleanup * Min version pyramid 1.5 now * Tests run from pyramid 1.5 up to 1.9.4. pyramid 1.10.2 fails one test * Update docs * Add ``cone.app.main_hook`` decorator. ``cone.app.register_main_hook`` is deprecated and will be removed as of ``cone.app`` version 1.1. * add tests for yafowil addon registration * Add test for favicon_view * Add test for case when tile rendered by ajax_tile raises exception * Update overlay form docs * Test overlay form * Test overlay adding * cleanup overlay form tests * Overlay edit form tests * Add cone.app.testing.reset_node_info_registry decorator. Add cone.app.browser.authoring.ContentForm tests. Add cone.app.model.node_info tests. * Use node_info decorator in tests where appropriate * Dedicated tests for AddFormHeading and EditFormHeading * Rename some private properties in cone.app.browser.Batch. Test coverage of cone.app.browser.batch * cone.app.browser.contents test coverage * cone.app.browser.contextmenu test coverage * Update coverage report * Prevent ComponentLookupError in cone.app.browser.form.Form._process_form if controller.next returns HTTPFound instance. This never had any effect due to a redirect happening, we want to avoid the error anyway. cone.app.browser.form test coverage * some more work on form tests * ignore unreached import error in coverage * mainmenu tests * navtree tests * layout tests * referencebrowser tests * minor fix in content form * referencebrowser tests * Referencebrowser test coverage. Change signature of referencebrowser yafowil widget callable attributes. Gets passed widget and data to match yafowil philosophy * Browser resource tests * Add content type header to merged js file * browser resource test coverage * use str.format() in browser settings * Introduce cone.app.browser.sharing.GROUP_TITLE_ATTR and cone.app.browser.sharing.USER_TITLE_ATTR. sharing test coverage * browser utils coverage * browser workflow test coverage * configure.zcml file in plugin is optional now. Test coverage * Update coverage report
- Loading branch information