facebook/usort

Test for backward compatibility against multiple other projects

Open

#206 opened on Sep 14, 2022

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Python (23 forks)auto 404
good first issue

Repository metrics

Stars
 (205 stars)
PR merge metrics
 (PR metrics pending)

Description

#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.

Contributor guide