summaryrefslogtreecommitdiff
path: root/src/zope/interface/tests/test_interface.py
Commit message (Expand)AuthorAgeFilesLines
* Add test case for #6.issue6Jason Madden2020-02-141-1/+50
* Make verification errors more readable and useful.Jason Madden2020-02-071-0/+52
* Remove support for hashing uninitialized interfaces.issue157Jason Madden2020-01-271-10/+2
* Move Declaration, Specification and ClassProvides to __slots__.Jason Madden2020-01-271-1/+1
* Test PURE_PYTHON at runtime.Jason Madden2020-01-211-70/+68
* key order doesn't mattermauro2019-10-091-1/+1
* taggedvalue inheritancemauro2019-10-091-2/+11
* Drop __annotations__ in interface declarationsMaxim Avanov2017-09-011-0/+9
* Enable combined coverage reports under tox and branch coveragecombined-coverageJason Madden2017-06-141-10/+13
* 100% coverage (#90)Jason Madden2017-06-121-27/+23
* Test sanity cleanups (#88)Jason Madden2017-06-081-39/+22
* Add tests asserting that optimzations are / are not present as expected.Tres Seaver2016-11-151-0/+32
* Remove the _u compat function.literalsJason Madden2016-08-021-34/+34
* Remove deprecated unittest assertions.Tres Seaver2014-12-271-157/+146
* 100% branch coverage for 'zope.interface.interface'.Tres Seaver2014-12-081-23/+45
* Silence Py3k whining.Tres Seaver2012-04-051-12/+12
* Restore 'adapter_hooks' after patching for test purposes.Tres Seaver2012-04-051-3/+7
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-041-34/+64
* Merge from LP branch.Tres Seaver2012-03-261-367/+1915
* Fix test failure under 'python setup.py test' in new test for '__hash__'.Tres Seaver2011-08-121-0/+2
* Fix Python 2.5 incompatibility introduced in new tests of ``__hash__``.Tres Seaver2011-08-121-1/+6
* Work around buggy behavior in some subclasses of `InterfaceClass``Tres Seaver2011-08-111-8/+29
* - Fix testing deprecation warnings issued when tested under Py3K.Chris McDonough2011-07-211-51/+57
* LP 804951: InterfaceClass instances were unhashable under Python 3.x.Tres Seaver2011-07-051-0/+9
* Correct comparison of interfaces from different modules but with the same name.Tres Seaver2011-05-261-0/+32
* Clear the cache used by ``Specificaton.get`` inside ``Specification.changed``.Tres Seaver2010-04-131-0/+26
* Merge of regebro-python3 branch, adding Python 3.1 compatibility\!Lennart Regebro2010-04-091-6/+11
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
* Use the standard Python doctest module instead of zope.testing.doctest, whichFabio Tranchitella2009-12-231-1/+1
* Revert incorrect copyright header update.Christian Theune2009-12-171-1/+1
* Clean out module-scope imports of MUT, other cruft.Tres Seaver2009-12-171-78/+127
* Updating copyright header after transfer of ownership to the Zope FoundationChristian Theune2009-11-021-1/+1
* whitespace fixesBenji York2008-04-011-10/+10
* Moving code to satellite.Christian Theune2007-05-031-0/+352
* Removed interface copyJim Fulton2006-03-111-353/+0
* Correcting borked move.Nathan Yergler2006-02-271-0/+353