zillionare / python-project-wizard

A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
https://zillionare.github.io/python-project-wizard/
BSD 3-Clause "New" or "Revised" License
129 stars 110 forks source link

Unittest support #5

Closed ma7555 closed 2 years ago

ma7555 commented 2 years ago

Multiple issues with this cookiecutter

1- using unittest is not supported, tox command is using pytest regardless. 2- dev requirements placed into installation requirements

ma7555 commented 2 years ago

apologies, my bad.