Skip to content

Testing framework: make `Test.to_entrypoint` remove the starting '%'

E. Rivas requested to merge er433/test/remove-%-in-Test.to_entrypoint into dev

type:changed

For LIGO developers

Changelog details: By default, Test.to_entrypoint expected string argument not to begin with %. From now on, the starting '%' (if present) is removed.

Merge request reports