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

docs: fix or ignore missing docstrings #205

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jhatler
Copy link
Contributor

@jhatler jhatler commented Dec 23, 2023

This updates the docstrings, where trivial, to pass the flake8 docstring checks. In the cases where adding docstrings was non-trivial, the docstring check was ignored.

Refs: #204
Signed-off-by: Jaremy Hatler [email protected]

The httbin.org service returns a X-Amzn-Trace-Id header in its
responses, which is different for each request. This causes the
tests to fail. This clears the header before comparing responses.

Refs: betamaxpy#184, betamaxpy#190
Signed-off-by: Jaremy Hatler <[email protected]>
The betamax directory was moved into the src directory but the tox
workflow was not updated to reflect this change. This commit updates
the tox workflow to use the new path.

Refs: betamaxpy#203, cf6aefe
Signed-off-by: Jaremy Hatler <[email protected]>
This updates the docstrings, where trivial, to pass the flake8
docstring checks. In the cases where adding docstrings was non-trivial,
the docstring check was ignored.

Refs: betamaxpy#204
Signed-off-by: Jaremy Hatler <[email protected]>
@jhatler
Copy link
Contributor Author

jhatler commented Dec 23, 2023

I don't have the necessary knowledge (or time) to provide docstrings for the entire codebase. I made the trivial changes that I could so the flake8-docstring checks pass. This is verified in jhatler#4.

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