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

tests: centralize --doctest-modules option in pytest.ini #86

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

muxator
Copy link

@muxator muxator commented Sep 13, 2024

We have meaningful doctests in the code base. Before this change, their execution had to be manually activated in Makefile and tox.ini. This change centralizes the option in pytest.ini, so that we reduce the future occurrence of human errors (less duplication, less oversights).

Merge after #85.

We have meaningful doctests in the code base. Before this change, their
execution had to be manually activated in Makefile and tox.ini.

This change centralizes the option in pytest.ini, so that we reduce the future
occurrence of human errors (less duplication, less oversights).
@muxator muxator force-pushed the centralize-doctest-modules-option branch 3 times, most recently from 61c9df5 to 38a7cb3 Compare September 13, 2024 08:54
@AldoGl
Copy link
Contributor

AldoGl commented Sep 13, 2024

Very nice! It can be merged for me

@muxator muxator force-pushed the centralize-doctest-modules-option branch 2 times, most recently from 1fd8961 to 8aaf992 Compare September 13, 2024 12:24
@muxator muxator merged commit 01593e7 into main Sep 13, 2024
13 checks passed
@muxator muxator deleted the centralize-doctest-modules-option branch September 13, 2024 12:25
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.

2 participants