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
- Django and Python project introspection ([`crates/djls-project/`](./crates/djls-project/))
18
18
- LSP server implementation ([`crates/djls-server/`](./crates/djls-server/))
@@ -88,7 +88,7 @@ The project uses [`noxfile.py`](noxfile.py) as the single source of truth for su
88
88
89
89
Use `just testall` rather than `just test` to ensure all Python versions are tested. The `just test` command only runs against the default versions (the oldest supported Python and Django LTS) and won't catch issues with newly added versions.
90
90
91
-
If you want, you can also test only a specific Python version across all Django versions by `nox` directly:
91
+
Alternatively, you can test only a specific Python version across all Django versions by `nox` directly:
0 commit comments