rename high-level tests into E2E tests (#4395)

This commit is contained in:
Alessandro Ros
2025-04-04 14:43:35 +02:00
committed by GitHub
parent 848a8b1031
commit f9bee5f54f
18 changed files with 32 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ help:
@echo " format format source files"
@echo " test run tests"
@echo " test32 run tests on a 32-bit system"
@echo " test-highlevel run high-level tests"
@echo " test-e2e run end-to-end tests"
@echo " lint run linters"
@echo " run run app"
@echo " apidocs generate api docs HTML"