NREL / PVDegradationTools

Set of tools to calculate degradation responses and degradation related parameters for PV.
https://pvdegradationtools.readthedocs.io/
Other
23 stars 5 forks source link

Need more pytests #49

Open MDKempe opened 5 months ago

MDKempe commented 5 months ago

We need to incoporate more pytests into the document. All major methods must have a pytest. To start, we should go through and make a list of the inadequacies.

tobin-ford commented 5 months ago

In the tests directory run the following commands to generate a coverage report. Navigate to the new file ./htmlcov/index.html for a detailed coverage report.

$ coverage run -m pytest
$ coverage report
$ coverage html
martin-springer commented 5 months ago

coverage reports are now automated. currently deployed in the development branch waiting to be pushed to main. You can find them in the readme in the top table under 'Build status' and click on codecov.