1
0
Fork 0

Add detailed release guide and update Makefile test command

- Introduced `RELEASE.md` with comprehensive steps for creating, automating, and troubleshooting EasyHAProxy releases.
- Enhanced the Makefile `test` command to include verbosity in the pytest execution.
This commit is contained in:
Joao Gilberto Magalhaes 2025-12-02 11:54:47 -05:00
parent 50ffb4fe16
commit d3149637b4
2 changed files with 351 additions and 1 deletions

View file

@ -6,4 +6,4 @@ build:
.PHONY: test
test:
pytest tests/
cd src/ && pytest tests/ -vv