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

Detect the definition of functions or class methods that are never tested #81

Open
louieQ opened this issue Mar 30, 2022 · 0 comments
Open
Assignees
Labels
linting rule A new check performed by pynblint

Comments

@louieQ
Copy link
Collaborator

louieQ commented Mar 30, 2022

A notebook might present function and class definitions within its code cells.
Functions and class methods defined within a notebook should be tested.

Check whether functions or class methods defined within a notebook are tested and rise a warning if they are not.

@louieQ louieQ added the linting rule A new check performed by pynblint label Mar 30, 2022
@louieQ louieQ changed the title Detect the presence of untested functions Detect the presence of functions or class methods that are not tested Mar 30, 2022
@louieQ louieQ changed the title Detect the presence of functions or class methods that are not tested Detect the definition of functions or class methods that are never tested Mar 30, 2022
@Felice644 Felice644 self-assigned this May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linting rule A new check performed by pynblint
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants