Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb31c575

Browse files
committed
Migrate tests to full pytest.
1 parente021b08 commitb31c575

File tree

7 files changed

+662
-852
lines changed

7 files changed

+662
-852
lines changed

‎pyproject.toml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ disable = [
114114
]
115115

116116
[tool.pytest.ini_options]
117-
addopts ="--assert=plain --doctest-modules --ignore=setup.py"
117+
addopts = [
118+
"--doctest-modules",
119+
]
118120

119121
[tool.ruff.lint]
120122
extend-select = [
@@ -150,6 +152,8 @@ extend-select = [
150152
"PIE",
151153
# pylint
152154
"PL",
155+
# flake8-pytest-style
156+
"PT",
153157
# flake8-use-pathlib
154158
"PTH",
155159
# flake8-pyi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp