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
Copy file name to clipboardExpand all lines: unpythonic/syntax/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@
87
87
# However, 0.15.0 is the initial version that runs on `mcpyrate`, and the focus is to just get this running.
88
88
# Cleanups can be done in a future release.
89
89
90
-
# TODO: Rename remaining `test` folders to `tests`; keep only `fixtures.py` in `unpythonic.test` because the name of the framework is `unpythonic.test.fixtures`. This also neatly separates the test framework code from the unit tests (but requires a comment in `runtests.py` and maybe in `HACKING.md`).
90
+
# TODO: Comment in `runtests.py` and in `HACKING.md`: `test` folders renamed to `tests`; only `fixtures.py` lives in `unpythonic.test`, because the name of the framework is `unpythonic.test.fixtures`. This separates the test framework code from the unit tests.
91
91
92
92
# TODO: Rename `HACKING.md` to `CONTRIBUTING.md` (modern standard name).
0 commit comments