Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize filepath inputs in Test Execution Protocol #123

Open
msrose opened this issue Dec 13, 2022 · 0 comments
Open

Normalize filepath inputs in Test Execution Protocol #123

msrose opened this issue Dec 13, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@msrose
Copy link
Contributor

msrose commented Dec 13, 2022

TEP does not currently define how filepaths should be defined, most urgently this affects windows vs. unix paths with \ vs. / used as path separators.

First thoughts at a scheme for normalizing:

  • Runner is responsible for normalizing the file path separators
  • Passes filepaths with / used as separator to adapters so adapters can assume unix-style
  • Will this work when invoking on windows? We'll have to test, maybe adapters will have to each handle path separator explicitly
@msrose msrose added the enhancement New feature or request label Dec 13, 2022
@msrose msrose added this to the 1.0.0 release milestone Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant