You've already forked templates-parser
mirror of
https://github.com/AdaCore/templates-parser.git
synced 2026-02-12 12:29:55 -08:00
* Fix run command with interpreter, fix test paths Two problems fixed: - Bug introduced in previous merge request that would crash Run by giving it a bad kwarg. Reverted to self.shell, but used the e3.sys.interpreter to be more flexible. - Replaced the tests naming by setting a tests_subdir instead of a test_name method, which would crash Windows tests. TN: V223-017