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

pytest wrapper should return None, not result #2120

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

bewing
Copy link
Member

@bewing bewing commented Jul 16, 2024

While the wrapper does need the output of the wrapped function for processing, pytest complains for any test function that returns data.

Updates the wrapper function that processes mocked data to not return the wrapped function result.

Closes #2118

While the wrapper does need the output of the wrapped function for
processing, pytest complains for any test function that returns data.

Updates the wrapper function that processes mocked data to not return
the wrapped function result.

Closes #2118
@@ -27,8 +27,6 @@ python_files =
test_*.py
*_test.py
tests.py
json_report = report.json
jsonapi = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were these two changes meant to be included in this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, because pytest complained/printed warnings when they were present:

https://github.com/napalm-automation/napalm/actions/runs/9962394420/job/27526038035#step:8:729

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I believe we pass these as command line options in the docs build: https://github.com/napalm-automation/napalm/blob/develop/docs/test.sh#L8

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.

New deprecation warning in tests
2 participants