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

autotest --generate_expected_output could be more readable #4

Open
andrew-taylor opened this issue Oct 1, 2021 · 1 comment
Open

Comments

@andrew-taylor
Copy link
Contributor

auto --generate uses repr to output expected output which is robust
but can be difficult to read

multi-line strings would be readable with triple-quotes

also probably more readable if non-ASCII characters replaced with code-points:

e.g. '\u597d' instead of '好'

@Dylan-Brotherston
Copy link
Contributor

Partially addressed in #34

@Dylan-Brotherston Dylan-Brotherston changed the title autotest --generate expected output could be more readable autotest --generate_expected_output could be more readable Aug 18, 2022
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

No branches or pull requests

2 participants