summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MOve over remaining space-suit doctests to Sphinx.Tres Seaver2012-12-231-288/+0
* MOve over space-suite tests to Sphinx (partial).Tres Seaver2012-12-231-273/+0
* Convert module checker doctests to Sphinx.Tres Seaver2012-12-231-188/+0
* Convert set checker doctests to Sphinx.Tres Seaver2012-12-231-206/+0
* Move more narrative doctests into Sphinx.Tres Seaver2012-12-234-391/+0
* Move 'untrustedinterpreter.txt' to narrative docs.Tres Seaver2012-12-231-220/+0
* Fold in a ZCML doctest.Tres Seaver2012-12-232-54/+0
* Convert doctests in 'zope.security.zcml' into Sphinx doctest snppets.Tres Seaver2012-12-231-30/+0
* Silence Sphinx warnings.Tres Seaver2012-12-233-13/+15
* Add autotocs for zope.security.simplepolicies.Tres Seaver2012-12-231-0/+1
* Convert doctests in 'zope.security.proxy' into Sphinx doctest snppets.Tres Seaver2012-12-232-28/+2
* Collapse related test modules.Tres Seaver2012-12-232-57/+30
* Normalize test_suite() layout.Tres Seaver2012-12-231-5/+3
* Normalize test_suite() layout.Tres Seaver2012-12-231-2/+3
* Convert doctests in 'zope.security.decorator' into Sphinx doctest snppets.Tres Seaver2012-12-232-143/+0
* Add autotocs for zope.security.adapter.Tres Seaver2012-12-232-8/+0
* Convert doctests in 'zope.security.permission' into Sphinx doctest snppets.Tres Seaver2012-12-232-114/+0
* Ensure cleanups for doctests even when run w/o 'test_suite'.Tres Seaver2012-12-231-0/+12
* Normalize testcase module-scope imports: test_testing.Tres Seaver2012-12-211-14/+24
* Normalize testcase module-scope imports: test_standard_checkers.Tres Seaver2012-12-211-52/+69
* Normalize testcase module-scope imports: test_set_simpleinteractin.Tres Seaver2012-12-211-10/+11
* Normalize testcase module-scope imports: test_set_checkers.Tres Seaver2012-12-211-18/+6
* Normalize testcase module-scope imports: test_proxy.Tres Seaver2012-12-211-10/+25
* Normalize testcase module-scope imports: test_protectclass.Tres Seaver2012-12-211-54/+72
* Normalize testcase module-scope imports: test_permissions.Tres Seaver2012-12-211-4/+2
* Normalize testcase module-scope imports: test_module_directives.Tres Seaver2012-12-211-50/+64
* Normalize testcase module-scope imports: test_management.Tres Seaver2012-12-211-3/+0
* Normalize testcase module-scope imports: test_location.Tres Seaver2012-12-211-3/+19
* Normalize testcase module-scope imports: test_directives.Tres Seaver2012-12-211-81/+126
* Normalize testcase module-scope imports: test_decorator.Tres Seaver2012-12-211-6/+6
* Normalize testcase module-scope imports: test_contentdirective.Tres Seaver2012-12-211-45/+109
* Normalize testcase module-scope imports: test_configure.Tres Seaver2012-12-211-1/+14
* Normalize testcase module-scope imports: test_checker.Tres Seaver2012-12-211-96/+150
* Normalize testcase module-scope imports: test_adapter.Tres Seaver2012-12-211-1/+1
* Made non-doctest tests fully independent of ``zope.testing``.Tres Seaver2012-12-214-31/+38
* Use setup_requires + deferred module header to build w/o svn:externals.Tres Seaver2012-12-191-1/+1
* Add test convenience helpers for interactionsWolfgang Schnerring2012-07-042-1/+73
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-1716-47/+50
* Regression test for a problem introduced in 3.8.1 and fixed in 3.8.3.Michael Howitz2011-10-181-2/+26
* whitespaceMichael Howitz2011-09-241-2/+0
* Fixed a regression introduced in 3.8.1: ``zope.location`` 's LocationProxy di...Michael Howitz2011-09-241-0/+8
* Remove a useless check from test_ABCMeta that caused test failures on PythonGediminas Paulauskas2011-05-181-7/+0
* Fixed circular import beween ``zope.security.decorator`` and ``zope.security....Michael Howitz2011-05-032-11/+10
* Fix ZPL version in file headersGediminas Paulauskas2011-03-173-3/+3
* Added tests for our own ``configure.zcml``.Hanno Schlichting2010-09-194-0/+46
* - Added ``zcml`` extra dependencies, run related tests only ifThomas Lotze2010-09-194-13/+48
* Remove CVS-era Id fossils.Tres Seaver2010-06-0343-87/+0
* Conform to repository policy.Tres Seaver2010-05-0546-46/+46
* Prefer the standard libraries doctest module to the one from zope.testing.Hanno Schlichting2010-04-3010-46/+23
* Removed the dependency on the zope.exceptions package: zope.security.checkerFabio Tranchitella2010-01-061-1/+6