mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 23:54:44 +00:00
Add hatch test environment
This commit is contained in:
parent
84c241ef95
commit
e91f9b4100
1 changed files with 14 additions and 0 deletions
|
|
@ -103,3 +103,17 @@ code = "make -C doc code"
|
|||
html = "make -C doc html"
|
||||
locale = "make -C doc locale"
|
||||
man = "make -C doc man"
|
||||
|
||||
[tool.hatch.envs.test]
|
||||
dependencies = [
|
||||
"miniboa",
|
||||
"parameterized",
|
||||
"pdfminer.six",
|
||||
"pyftpdlib",
|
||||
"pyopenssl",
|
||||
"pytest",
|
||||
"pytest-xdist",
|
||||
]
|
||||
|
||||
[tool.hatch.envs.test.scripts]
|
||||
tests = "pytest -vra tests"
|
||||
|
|
|
|||
Loading…
Reference in a new issue