summaryrefslogtreecommitdiff
path: root/src/zope/security/tests/test_proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Apply isort rulesMichael Howitz2022-04-221-4/+10
* Fix default checker for method-wrapper on Python 3Colin Watson2022-03-101-0/+5
* Remove obsolete tests.Michael Howitz2021-11-111-19/+0
* Lint the code.Michael Howitz2021-08-301-76/+144
* Let interfaces be iterated on Python 3Jason Madden2020-02-061-3/+24
* Fix tests and DeprecationWarnings.Jason Madden2018-10-191-9/+12
* Fixes #10: Pure-python proxies don't check __unicode__Jason Madden2018-01-111-5/+57
* 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-121-0/+6
* 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_proxy.pyJason Madden2017-09-121-133/+76
* 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-081-1/+5
* Fix TypeError handling for ProxyPy.issue7Jason Madden2017-09-071-30/+69
* 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
* 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-111-8/+28
* 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-131-17/+17
* Get all tests passing (or suppressed) on Py3k.Tres Seaver2013-02-131-10/+28
* Py3k: remove Py3 syntax errors.Tres Seaver2013-02-131-9/+20
* 100% coverage for z.s.proxy.Tres Seaver2013-02-121-2/+56
* Convert doctests in 'zope.security.proxy' into Sphinx doctest snppets.Tres Seaver2012-12-231-2/+0
* Normalize testcase module-scope imports: test_proxy.Tres Seaver2012-12-211-10/+25
* Regression test for a problem introduced in 3.8.1 and fixed in 3.8.3.Michael Howitz2011-10-181-2/+26
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Prefer the standard libraries doctest module to the one from zope.testing.Hanno Schlichting2010-04-301-6/+2
* Fixed usage of doctest module, tests can be run multiple times now.Christian Theune2007-08-121-1/+1
* Moving code to satellite.Christian Theune2007-05-031-0/+447