cookiecutter-pytest-plugin
cookiecutter-pytest-plugin copied to clipboard
Update plugin project structure
I think it makes sense to introduce a src directory like here https://github.com/hackebrot/pytest-emoji/tree/master/src/pytest_emoji to allow for plugins that use multiple files and help with package discovery and automated testing.
I can make a PR for this if you fancy having cookiecutter-pylibrary's setup.py/tox.ini?