summaryrefslogtreecommitdiff
path: root/oslo_middleware/tests/test_entry_points.py
Commit message (Collapse)AuthorAgeFilesLines
* remove bad entry point test logicDoug Hellmann2015-11-181-9/+0
| | | | | | | | | The test being removed verifies that stevedore and pkg_resources work as expected, and enforce an import scheme through the getattr calls that should be left up to the plugin definition and not hard-coded into the tests. Change-Id: I7ccc0a624e3822de1ea6864f49a254c80a35ae53
* Define entry points for filter factories for Paste DeploymentTom Cocozzello2015-11-131-0/+47
Define filter factories so other projects can reference them by name and can take advantage of the python egg instead of referencing by the direct path. Change-Id: Id05c319c1d19261618471fa75983cf8020fc60b6 Closes-Bug: 1500509