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

Support localized strings when parsing test output #333

Merged
merged 4 commits into from
Sep 9, 2021

Conversation

chausner
Copy link
Contributor

@chausner chausner commented Sep 4, 2021

Fixes #315.

As suggested at #315 (comment), this hardcodes all localized format strings for the "Test run for" output line so that the parsing works for any language. It also removes the references to original issue #77 from the README.

@stefanforsberg
Copy link
Collaborator

Hello and thanks! Would it be possible to add a test or two for the parsing functionality? Something that takes a string stdout and return the assembly path with a few test cases for a few of the different localized strings?

@chausner
Copy link
Contributor Author

chausner commented Sep 5, 2021

Hello and thanks! Would it be possible to add a test or two for the parsing functionality? Something that takes a string stdout and return the assembly path with a few test cases for a few of the different localized strings?

I have added two tests for one of the languages: c9a718f

@chausner
Copy link
Contributor Author

chausner commented Sep 5, 2021

The tests were failing until I updated the reference output in ae57aa5. The format strings had changed at some point.

@stefanforsberg stefanforsberg merged commit ef691f3 into formulahendry:master Sep 9, 2021
@chausner chausner deleted the test-run-parsing branch September 9, 2021 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 proposals to solve the pending "tooling language must be english" problem / requirement
2 participants