mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
🐛(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:
+4
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user