We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# comments are helpful in complicated tests but they can be disruptive to test structure. This is my current thinking:
# comments
Good examples that need to be edited:
flake8-aaa/examples/good/test_comments_aaa05.py
Lines 14 to 27 in de688e5
flake8-aaa/examples/good/test_comments.py
Lines 4 to 21 in de688e5
The text was updated successfully, but these errors were encountered:
jamescooke
Successfully merging a pull request may close this issue.
# comments
are helpful in complicated tests but they can be disruptive to test structure. This is my current thinking:# comments
allowed throughout.# comments
allowed - if something is important enough to comment in the Act block, then it should go in the docstring of the test itself.# comments
allowed throughout.Good examples that need to be edited:
flake8-aaa/examples/good/test_comments_aaa05.py
Lines 14 to 27 in de688e5
flake8-aaa/examples/good/test_comments.py
Lines 4 to 21 in de688e5
The text was updated successfully, but these errors were encountered: