Switched from "run-tests.sh" script to package manager scripts

This commit is contained in:
2025-04-29 14:33:17 +01:00
parent e8dcfa3c82
commit 5285471636
4 changed files with 41 additions and 23 deletions
+5
View File
@@ -34,6 +34,11 @@ invenio-config-iform = { path = "wheel/invenio_config_iform-0.13.1-py3-none-any.
Homepage = "https://github.com/Cian-H/invenio-theme-iform"
Issues = "https://github.com/Cian-H/invenio-theme-iform/issues"
[project.scripts]
test-docs = "scripts.test_docs:main"
test-code = "pytest:console_main"
test = "scripts.test:main"
[dependency-groups]
tests = [
"invenio-app>=1.3.4,<2.0.0",