Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding pylint.yml and pytest workflows #1

Closed
wants to merge 17 commits into from
Closed

Conversation

edwardhartnett
Copy link
Owner

@edwardhartnett edwardhartnett commented Sep 4, 2024

Adding pylint workflow, which is failing because pylint detects many problems in the repo python code.

Also added pytest workflow, and a sample test. Pytest looks for tests and runs them, in this PR it finds the sample test and runs it, giving use a green checkmark. ;-)

So once this is merged, the game is to start adding tests for the python code, and as functions are brought under testing, fix the warnings. (I will add a code coverage report so you can see what code is tested...)

Part of NOAA-EMC#456 and NOAA-EMC#453.

@edwardhartnett edwardhartnett changed the title adding pylint.yml adding pylint.yml and pytest workflows Sep 4, 2024
@edwardhartnett edwardhartnett deleted the ejh_c1 branch October 1, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant