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

Test for backward compatibility against multiple other projects #206

Open
amyreese opened this issue Sep 14, 2022 · 1 comment
Open

Test for backward compatibility against multiple other projects #206

amyreese opened this issue Sep 14, 2022 · 1 comment
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@amyreese
Copy link
Member

#205 adds a simple test script that validates sorting results against previous versions of µsort. However, it only tests this by sorting the µsort codebase itself. We should also include coverage of more and larger codebases, like black, libcst, torch-vision, etc. Maybe prefer to check out these projects from pinned revs, rather than latest versions, for consistency of results.

@amyreese amyreese added the good first issue Good for newcomers label Sep 14, 2022
@amyreese amyreese self-assigned this Sep 14, 2022
@thatch
Copy link
Contributor

thatch commented Sep 14, 2022

Sounds good. I think we should also have an artificial repo containing as much interesting/weird constructs as we can, such as the

Import a as c
Import b as c

That were unlikely to find in real code

@amyreese amyreese added this to the 1.1 milestone Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants