mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
Improve tests
This commit is contained in:
parent
77fc23ea00
commit
b99d1c2977
@ -62,6 +62,7 @@ tests = [
|
|||||||
'selenium',
|
'selenium',
|
||||||
'pytest-selenium',
|
'pytest-selenium',
|
||||||
'black',
|
'black',
|
||||||
|
'nox',
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
@ -26,6 +26,7 @@ def run_make_commands(request):
|
|||||||
uv venv && \\
|
uv venv && \\
|
||||||
. .venv/bin/activate && \\
|
. .venv/bin/activate && \\
|
||||||
uv pip install -r requirements.txt && \\
|
uv pip install -r requirements.txt && \\
|
||||||
|
rm -rf _build && \\
|
||||||
.venv/bin/sphinx-build -M zundler . _build
|
.venv/bin/sphinx-build -M zundler . _build
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
sphinx
|
sphinx
|
||||||
sphinx-copybutton
|
sphinx-copybutton
|
||||||
../..
|
-e ../..
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
sphinx
|
sphinx
|
||||||
sphinxcontrib-mermaid
|
sphinxcontrib-mermaid
|
||||||
../..
|
-e ../..
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
sphinx
|
sphinx
|
||||||
../..
|
-e ../..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user