Closed destefy closed 11 months ago
can you also create a requirements-dev.txt
and add pytest
package as a dependency?
can you also create a
requirements-dev.txt
and addpytest
package as a dependency?
you read my mind. just to be clear you want a seperate requirements file for development? Should I make a second setup.py type file or just include instruction to also install requirements-dev.txt
Note to self: check if there is a way to specify a list of test cases in a file or something for local testing
Can we update the README with instructions on running the tests?