Scaffold project layout

This commit is contained in:
ameer
2026-05-02 02:54:34 +08:00
parent 320f1e4440
commit f5ac80a7a5
36 changed files with 183 additions and 0 deletions

1
tests/conftest.py Normal file
View File

@@ -0,0 +1 @@
"""Test fixtures."""

2
tests/test_api_admin.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_api_admin():
assert True

View File

@@ -0,0 +1,2 @@
def test_placeholder_api_student():
assert True

2
tests/test_auth.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_auth():
assert True

2
tests/test_csv_export.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_csv_export():
assert True

2
tests/test_late_join.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_late_join():
assert True

View File

@@ -0,0 +1,2 @@
def test_placeholder_load_simulation():
assert True

2
tests/test_pool.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_pool():
assert True

2
tests/test_reconnect.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_reconnect():
assert True

2
tests/test_scoring.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_scoring():
assert True

View File

@@ -0,0 +1,2 @@
def test_placeholder_state_machine():
assert True

2
tests/test_ws_admin.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_ws_admin():
assert True

2
tests/test_ws_student.py Normal file
View File

@@ -0,0 +1,2 @@
def test_placeholder_ws_student():
assert True