summaryrefslogtreecommitdiff
path: root/src/zope/security/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverage for z.s.checker.defineChecker.Tres Seaver2013-02-111-0/+61
* Coverage for z.s.checker.getCheckerForInstancesOf.Tres Seaver2013-02-111-0/+28
* Coverage for z.s.checker.selectChecker (C and Python versions).Tres Seaver2013-02-111-0/+100
* Coverage for z.s.checker.MultiChecker.Tres Seaver2013-02-111-18/+98
* Coverage for z.s.checker.InterfaceChecker.Tres Seaver2013-02-111-0/+73
* Coverage for z.s.checker.NamesChecker.Tres Seaver2013-02-111-0/+40
* Note other point of insertion for testgeddon.Tres Seaver2013-02-111-0/+1
* Note point of insertion for testgeddon.Tres Seaver2013-02-111-0/+1
* Coverage for z.s.checker.Global.Tres Seaver2012-12-261-0/+27