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',
|
||||
'pytest-selenium',
|
||||
'black',
|
||||
'nox',
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
@ -26,6 +26,7 @@ def run_make_commands(request):
|
||||
uv venv && \\
|
||||
. .venv/bin/activate && \\
|
||||
uv pip install -r requirements.txt && \\
|
||||
rm -rf _build && \\
|
||||
.venv/bin/sphinx-build -M zundler . _build
|
||||
"""
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
sphinx
|
||||
sphinx-copybutton
|
||||
../..
|
||||
-e ../..
|
||||
|
@ -1,3 +1,3 @@
|
||||
sphinx
|
||||
sphinxcontrib-mermaid
|
||||
../..
|
||||
-e ../..
|
||||
|
@ -1,2 +1,2 @@
|
||||
sphinx
|
||||
../..
|
||||
-e ../..
|
||||
|
Loading…
x
Reference in New Issue
Block a user