Skip to content

Commit 8d1bc16

Browse files
committed
fix: Typos in package name
1 parent 7f3a6ed commit 8d1bc16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ addopts = [
4545
'-s',
4646
'-vv',
4747
'--doctest-modules',
48-
'--cov=src/scandeval',
48+
'--cov=src/doubt',
4949
]
5050
xfail_strict = true
5151
filterwarnings = [
@@ -56,7 +56,7 @@ filterwarnings = [
5656
"ignore::ImportWarning",
5757
]
5858
log_cli_level = "info"
59-
testpaths = ["tests", "src/scandeval"]
59+
testpaths = ["tests", "src/doubt"]
6060

6161
[tool.ruff]
6262
line-length = 88
@@ -66,7 +66,6 @@ exclude = [
6666
".mypy_cache",
6767
".pytest_cache",
6868
".ruff_cache",
69-
".scandeval_cache",
7069
".venv",
7170
]
7271

0 commit comments

Comments
 (0)