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

check that reformat and file_update is indempotent. #4

Open
Carreau opened this issue Jul 11, 2020 · 0 comments
Open

check that reformat and file_update is indempotent. #4

Carreau opened this issue Jul 11, 2020 · 0 comments

Comments

@Carreau
Copy link
Owner

Carreau commented Jul 11, 2020

We want to check that reformat(reformat(docstring)) == reformat(docstring) and reformat(reformat(document)) == reformat(document), and also that ast.parse(document) ~= ast.parse(reformat(document)), that was we are sure we don't break user code.

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

1 participant