- FastAPI serves static UI, file CRUD under code/ and read-only lib/ - Pyodide worker runs Python and Jedi completions in the browser - SQLite accounts: login/register, session cookies, superuser user management - Optional EDITOR_API_KEY, AUTH_* env vars, .env.example - Pipenv, pytest, Selenium smoke test, README Made-with: Cursor
5 lines
138 B
INI
5 lines
138 B
INI
[pytest]
|
|
markers =
|
|
integration: browser / network integration tests
|
|
selenium: Selenium UI tests (need running server; see README)
|