summaryrefslogtreecommitdiff
path: root/src/zope/component/testfiles/components.py
Commit message (Collapse)AuthorAgeFilesLines
* 100% coverageissue29Jason Madden2017-06-301-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add change note and badge to readme. Remove unused class and function. Omit standalonetests.py entirely from coverage. Another unused class. Incorporate feedback in test__api.py * Bring back _callFUT and make the queryAdapterInContext tests call it * Change raise NotImplentedError into specific fails_if_called() calls. Remove redundant argument now that all test in Test_adapts pass under all versions. Remove NotImplementedError from test_globalregistry.py Remove NotImplementedError from test_hookable.py Remove NotImplementedError from test_registry.py Remove NotImplementedError from test_security.py Remove NotImplementedError from test_zcml.py Remove NotImplementedError from test_factory.py Document ZCML feature and devmode. Really accept all arguments unless opted out.
* Implemented ability to specify adapter and utility names in Python. UseStephan Richter2014-02-051-1/+9
| | | | | | the ``@zope.component.named(name)`` decorator to specify the name. All tox environments pass and coverage is at 100%.
* Merge tseaver-test_cleanup branch.Tres Seaver2012-06-291-5/+9
|
* Remove CVS '6997Id$' fossils.Tres Seaver2010-06-031-2/+0
|
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
|
* merge -r 108354:108362 ↵Jan-Wijbrand Kolman2010-01-211-0/+16
| | | | svn+ssh://svn.zope.org/repos/main/zope.component/branches/sylvain-zcmltestlayer
* Moving code to satellite.Christian Theune2007-05-031-0/+44