summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* 100% coverageissue29Jason Madden2017-06-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Use https and new .io TLD for RTDSteve Piercy2017-06-281-1/+1
|
* Point to a more recent and autmatically updated versionMichael Howitz2016-08-261-1/+2
|
* Use shields.io for PyPI badgeFelix Yan2015-11-061-1/+1
|
* Add RTD badge.Tres Seaver2015-01-281-0/+4
|
* README.rst: Link zope.interface to GitHubMarc Abramowitz2015-01-271-1/+3
|
* Update README.rstMarc Abramowitz2015-01-271-1/+1
|
* README.rst: Add PyPI badgeMarc Abramowitz2015-01-261-0/+4
|
* Add Travis badge, garden ReST.Tres Seaver2014-12-291-7/+10
| | | | [ci skip]
* Nest into Github.Tres Seaver2013-01-111-0/+14
- Denominate files to indicate ReST. - Drop .bzrignore. - Add MANIFEST.in FBO users w/o setuptools_git.