summaryrefslogtreecommitdiff
path: root/src/zope/security/tests
Commit message (Expand)AuthorAgeFilesLines
* Add ``ISystemPrincipal`` and make ``system_user`` a regular object that imple...feature/system-user-regular-objectJason Madden2018-08-201-0/+8
* Fixes #10: Pure-python proxies don't check __unicode__Jason Madden2018-01-111-5/+57
* Fix default values for Permission's title and description in Py2issue48Jason Madden2017-11-301-6/+28
* Promote the constant for zope.Public from metaconfigure.py to interfaces.pypublic_permission_constJason Madden2017-09-135-30/+27
* Remove commented code from test_checker.pyJason Madden2017-09-131-44/+31
* Use zope.proxy 4.3.0 so that tests pass on Py3.issue40Jason Madden2017-09-131-9/+1
* 100% coverage for testing.pyJason Madden2017-09-122-16/+38
* 100% coverage for proxy.pyJason Madden2017-09-121-3/+60
* Coverage for get/setslice, length_hint, and comparison methods in proxy.pyJason Madden2017-09-121-1/+109
* 100% coverage for test_location.pyJason Madden2017-09-121-10/+1
* 100% coverage for test_proxy.pyJason Madden2017-09-121-133/+76
* 100% coverage for test_checker.pyJason Madden2017-09-121-259/+274
* 100% coverage for test_adapter.pyJason Madden2017-09-121-145/+83
* 100% for test_permission.pyJason Madden2017-09-121-52/+8
* Remove unused internal files from tests/Jason Madden2017-09-115-162/+5
* 100% coverage of test_zcml_functest.pyJason Madden2017-09-111-127/+33
* Document behaviour of ParanoidSecurityPolicy when there are no participationsissue19Jason Madden2017-09-111-13/+15
* Always test watching checkers. Quiet their output to stderr.issue8Jason Madden2017-09-114-32/+65
* Use importlib.reload instead of imp.reload.Jason Madden2017-09-081-57/+70
* Simplify _compat.py now that we only run on newer PythonsJason Madden2017-09-085-55/+31
* Merge pull request #31 from zopefoundation/issue7Jason Madden2017-09-081-30/+69
|\
| * Fix TypeError handling for ProxyPy.issue7Jason Madden2017-09-071-30/+69
* | Allow iteration of all the custom itertools types.issue9Jason Madden2017-09-071-3/+51
* | Fix issue 9: add default checkers for itertools.groupbyJason Madden2017-09-071-38/+41
|/
* Fix proxying of providedBy on Python 3 and fix __length_hint__Jason Madden2017-08-301-0/+119
* OrderedDict, BTree and dict all iterate the same way.fix-ordered-dict-checkerJason Madden2017-05-171-19/+33
* Be specific that BTrees.keys and .values also are fixed in the same way that ...issue20-extensionJason Madden2017-04-261-1/+7
* Fix iteration of BTrees.items() in pure-python; and 3.6 supportJason Madden2017-04-241-7/+31
* Make iteration over security-proxied items work under Python3 using the pure-...Jason Madden2015-06-021-4/+13
* Skip the failing class-hashing tests under PyPy 2.5.0. Fixes #11.Jason Madden2015-06-021-0/+16
* If the very first call to removeSecurityProxy was given a proxy, the results ...Jason Madden2015-05-311-0/+22
* Merge the two duplicated _fmt_address()Marius Gedminas2014-01-091-9/+2
* Try to make the tests pass on Windows, harderMarius Gedminas2014-01-081-1/+1
* Bugfix: ZOPE_WATCH_CHECKERS=1 used to miss most of the checksMarius Gedminas2013-03-271-0/+12
* Fix a long-standing bug with ZOPE_WATCH_CHECKERS=2Marius Gedminas2013-03-271-0/+10
* Add test environments for the PURE_PYTHON environment variable.Tres Seaver2013-03-111-1/+5
* - Make sure that __str__ and __repr__ never fail by catching all exceptionsStephan Richter2013-03-111-2/+2
* Changed strategy to hide wrapped to not use the secret anymore, but lookStephan Richter2013-03-113-41/+54
* Actually made the security proxy secure by not allowing access toStephan Richter2013-03-111-2/+12
* Start of PyPy support.Stephan Richter2013-03-111-3/+3
* Change the test expectation that was failing for the C and Py proxyStephan Richter2013-03-101-1/+1
* Implemented proper handling when __str__ and __repr__ are not allowed. InStephan Richter2013-03-101-1/+1
* Fixed power tests by disabling the ones for PyProxy that expectedStephan Richter2013-03-101-12/+25
* Avoid overwriting of checked name when tests compare. Strangely, only theStephan Richter2013-03-081-1/+5
* I think I fixed some tests. Tres, can you review?Stephan Richter2013-03-081-1/+1
* Restore 100% coverage.Tres Seaver2013-03-081-0/+32
* Merge branch 'master' into pure_python_proxyTres Seaver2013-03-081-2/+14
|\
| * Try to make the tests pass on WindowsMarius Gedminas2013-02-191-2/+14
* | Checkpoint to ask for help.Tres Seaver2013-02-141-5/+24
|/
* Coverage for C implementation of z.s.proxy.Proxy.Tres Seaver2013-02-141-0/+1280