CentML / centml-python-client

Apache License 2.0
1 stars 0 forks source link

add unit tests for server.py #19

Closed destefy closed 11 months ago

anandj91 commented 11 months ago

Can we update the README with instructions on running the tests?

anandj91 commented 11 months ago

can you also create a requirements-dev.txt and add pytest package as a dependency?

destefy commented 11 months ago

can you also create a requirements-dev.txt and add pytest 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

destefy commented 11 months ago

Note to self: check if there is a way to specify a list of test cases in a file or something for local testing