🐛(makefile) fix passing args to tests in makefile

When using Makefile to launch tests, passing flags as well as specific
classes (using "::") was broken. This PR fixes this issue, by adding
an `ARGS` argument allowing to do
`make test ARGS="core/tests/foo.py::Test::x -vv"`.
This commit is contained in:
leo
2026-07-06 11:44:42 +02:00
committed by aleb_the_flash
parent df1495c97b
commit 74b791e207
2 changed files with 17 additions and 13 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ and this project adheres to
## [Unreleased]
- 🚀 (front) fix frontend build failure
### Fixed
- 🚀(front) fix frontend build failure
- 🐛(makefile) fix args in make test
## [1.22.0] - 2026-07-03