travis-ci
Restore WebDAV functionality (#772) * Move in the code from Zope. Based on zopefoundation/Zope@d1536a577. * Move new Zope2.startup.config module into ZServer. * Add explicit security declaration on webdav.Collection class. * Move IFTPAccess from OFS. * flake8 * Use `@implementer` class decorator. * pep8 * Fix deprecations (#10) * A released Zope is enough. * Fix deprecation warnings occurring during a test run. * Update to versions requested by buildout.cfg. * Add coveralls. * Add coverage config. * - checkpoint checkin * - checkpoint checkin * - unit tests passing * - satisfy isort * - satisfy flake8 * - remove long-deprecated items * - more cleanup * - fixes with help from the Litmus Test (http://www.webdav.org/neon/litmus/) * - setting Connection header is forbidden for WSGI See https://www.python.org/dev/peps/pep-3333/#other-http-features * Revert "Remove `Control_Panel/DavLocks`." This reverts commit eec9a4771. * - lint fixes * - fix up the old ZMI pages for locks and Null Resources * - don't show lock icon for all path elements * - remove faux implementation to make locking work * - set ETags, so more Litmus tests pass * - more fixes to improve Litmus coverage and real-life tests with cadaver * - reinstate setting enable-ms-public-header * - remove all references to FTP * - add icons for the lock manager and the null resource * - rename the testing information so it shows on GitHub * - format for MarkDown * - prevent numbers rendering as roman numerals * - more Markdown fixing * - last quoting fixes * - add numerical test results * - add change log entry * - whitespace Co-authored-by: Hanno Schlichting <hanno@hannosch.eu> Co-authored-by: Michael Howitz <mh@gocept.com>
3950 of 6654 branches covered (59.36%)
Branch coverage included in aggregate %.
2436 of 2436 new or added lines in 38 files covered. (100.0%)
25219 of 29873 relevant lines covered (84.42%)
4.2 hits per line