You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
We have a bunch of Repy-based unit test cases whose filenames still end in .py. (This file extension used to be a requirement by utf.py, but isn't anymore.) The file extension is technically irrelevant to utf.py anyway, as #pragma repy is the actual signal that a test case should run in a sandbox. However, it's good to signal this to the human reader in a simple way too.
Let's clean this up in all of our repos, and rename all Repy-based tests to .r2py!