summaryrefslogtreecommitdiff
path: root/src/zope/security/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suppress Py3k nannyisms.Tres Seaver2013-02-135-107/+107
* Get all tests passing (or suppressed) on Py3k.Tres Seaver2013-02-135-37/+79
* Py3k: remove Py3 syntax errors.Tres Seaver2013-02-135-17/+34
* 100% coverage for z.s.zcml.Tres Seaver2013-02-121-0/+199
* 100% coverage for z.s.simplepolicies.Tres Seaver2013-02-121-0/+127
* 100% coverage for z.s.proxy.Tres Seaver2013-02-121-2/+56
* Coverage for z.s.protectclass.Tres Seaver2013-02-121-135/+109
* Coverage for z.s.permission.PermissionIdsVocabulary.Tres Seaver2013-02-121-0/+46
* Coverage for z.s.permission.PermissionsVocabulary.Tres Seaver2013-02-121-0/+43
* Coverage for z.s.permission.allPermissions.Tres Seaver2013-02-121-0/+37
* Coverage for z.s.permission.checkPermission.Tres Seaver2013-02-121-0/+30
* Coverage for z.s.permission.Permission.Tres Seaver2013-02-121-0/+40
* Full unit test coverage for z.s.metaconfigure.ClassDirective.Tres Seaver2013-02-121-0/+382
* Coverage for z.s.metaconfigure.{allow,provide}.Tres Seaver2013-02-111-0/+204
* Coverage for z.s.metaconfigure.provideModule.Tres Seaver2013-02-111-7/+46
* FInish coverage for z.s.metaconfigure.ClasDirective.Tres Seaver2013-02-111-0/+16
* Begin coverage for z.s.metaconfigure.Tres Seaver2013-02-111-0/+33
* 100% coverage for z.s.management.Tres Seaver2013-02-111-21/+66
* Coverage for z.s.decorator.DecoratedSecurityCheckerDescriptor.Tres Seaver2013-02-111-0/+152
* Coverage for z.s.checker.BasicTypes.Tres Seaver2013-02-111-1/+48
* Coverage for z.s.checker.moduleChecker.Tres Seaver2013-02-111-0/+26
* Coverage for z.s.checker._instanceChecker.Tres Seaver2013-02-111-0/+28
* Coverage for z.s.checker.CheckerLoggingMixin.Tres Seaver2013-02-111-0/+144
* Coverage for z.s.checker.CombinedChecker.Tres Seaver2013-02-111-0/+225
* Coverage for z.s.checker.undefineChecker (testrunner).Tres Seaver2013-02-111-1/+1
* Coverage for z.s.checker.undefineChecker.Tres Seaver2013-02-111-0/+29