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

[typehints] tests: enable mypy for linkcheck builder tests. #12160

Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
56ef23b
[typehints] tests: enable mypy for linkcheck builder tests.
jayaddison Mar 21, 2024
5fed4b3
[typehints] linkcheck tests: add typehinting to test cases.
jayaddison Mar 21, 2024
f538814
[typehints] tests: add return types in linkcheck builder tests.
jayaddison Mar 21, 2024
634cb4a
[typehints] tests: move a few test app settings back into sphinx pyte…
jayaddison Mar 21, 2024
be66cf6
[typehints] linkcheck: fixup: adjust parameter type to optional.
jayaddison Mar 21, 2024
f0a7a6b
Merge branch 'master' into typehints/testutils-add-sphinx-typehints
jayaddison Mar 21, 2024
c6ab50b
[typehints] tests: enable mypy for linkcheck builder tests.
jayaddison Mar 21, 2024
0ffe2c4
[typehints] Remove commented-out module entry from mypy overrides.
jayaddison Mar 22, 2024
c2ed645
[refactor] tests: relocate linkcheck-related settings in test arrange…
jayaddison Mar 22, 2024
5110535
Merge branch 'master' into typehints/testutils-add-sphinx-typehints
jayaddison Mar 22, 2024
2d049da
Merge branch 'master' into typehints/testutils-add-sphinx-typehints
jayaddison Mar 24, 2024
f5e20c3
[tests] linkcheck: relocate authentication-check decorator function.
jayaddison Mar 25, 2024
5d4b224
Merge branch 'master' into typehints/testutils-add-sphinx-typehints
jayaddison Mar 25, 2024
3fd3f5b
Merge branch 'master' into typehints/testutils-add-sphinx-typehints
jayaddison Mar 28, 2024
3545153
Merge branch 'master' into typehints/testutils-add-sphinx-typehints
jayaddison Apr 5, 2024
e043f96
[typing] Fixup: restore typehints on test_linkcheck_allowed_redirects…
jayaddison Apr 5, 2024
79fb5ba
Merge branch 'master' into typehints/testutils-add-sphinx-typehints
jayaddison May 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ module = [
"tests.test_builders.test_build_gettext",
"tests.test_builders.test_build_html",
"tests.test_builders.test_build_latex",
"tests.test_builders.test_build_linkcheck",
# "tests.test_builders.test_build_linkcheck",
jayaddison marked this conversation as resolved.
Show resolved Hide resolved
"tests.test_builders.test_build_texinfo",
# tests/test_config
"tests.test_config.test_config",
Expand Down