Switch Python Testing Package to Pytest #976
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
What is the feature and why do you need it:
Currently we are using pytest to test our clients and nose to generate coverage reports for the base repo. The reports can instead be generated with pytest as shown in here.
Describe the solution you'd like to see:
Use pytest instead of nose to generate code coverage reports.
/good-first-issue
/help
The text was updated successfully, but these errors were encountered: