Alcotezt-UX: rework on invocation headers I
Related to issue #5172 (closed)
Invocation headers
- Test files have traditionally contained a "test header", as described here: https://tezos.gitlab.io/developer/testing.html#conventions, including an invocation header.
- During the project, we've broken most of the invocation headers. Here's an example of a broken header: https://gitlab.com/tezos/tezos/blob/master/src/proto_016_PtMumbai/lib_client/test/test_client_proto_context.ml#L29
The current fix is to rewrite it as:
dune exec [TEST_FOLDER]/main.exe
lib_base/testlib_clic/testlib_client_base/testlib_client_base_unix/testlib_context/testlib_crypto/testlib_crypto/test-unixlib_error_monad/testlib_mockup/testlib_protocol_environment/test_shell_contextlib_protocol_environment/testlib_proxy/testlib_proxy/test-helpers/shell_services/test
Edited by lykimquyen