You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments