Skip to content

Commit 16517bd

Browse files
committed
Add pytest option
1 parent b64e9b3 commit 16517bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ allow_split_before_dict_value = false
3838
line-length = 119
3939
select = ["PLE", "PLR", "PLW", "E", "W", "F", "I", "Q", "C", "B"]
4040

41+
[tool.pytest.ini_options]
42+
addopts = ["--cov=aishell"]
43+
44+
4145
[tool.poetry.dependencies]
4246
python = "^3.9"
4347
poetry = "^1.3.1"

0 commit comments

Comments
 (0)