Skip to content

Conversation

@mnarus
Copy link
Contributor

@mnarus mnarus commented Mar 30, 2023

Added 'per-file-ignores' for D100, D103 on files in "tests" dir named 'test_*.py'. Still require docstrings on public helper method.

D100: Missing docstring in public module
D103: Missing docstring in public function

These are not needed as test methods and modules are self documenting.

@github-actions
Copy link
Contributor

Thank you for contributing! 👋

@mnarus mnarus changed the title Ignore missing docstrings in methods in "tests" dir Ignore missing docstrings in methods in "tests" dir "test_*.py" Mar 31, 2023
@mnarus mnarus marked this pull request as ready for review March 31, 2023 18:50
@mnarus mnarus requested a review from neilvana as a code owner March 31, 2023 18:50
@mshafer-NI mshafer-NI merged commit eda03a3 into ni:main Mar 31, 2023
mshafer-NI pushed a commit that referenced this pull request Oct 9, 2023
* create a failing test

* Add ignore for tests docstrings

* Add check for tests\* - not test_*.py

* make test pass
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.

3 participants