kvas-it / pytest-console-scripts

Pytest plugin for testing console scripts
MIT License
78 stars 14 forks source link

Use pkg_resources entry point loading - fix #37 #38

Closed kvas-it closed 4 years ago

kvas-it commented 4 years ago

Idea by @brechtm (patch).

Here we combine both ways of script loading to (hopefully) make it work on Windows and also still work with not installed scripts.