Scaffold project layout
This commit is contained in:
1
tests/conftest.py
Normal file
1
tests/conftest.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Test fixtures."""
|
||||
2
tests/test_api_admin.py
Normal file
2
tests/test_api_admin.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_api_admin():
|
||||
assert True
|
||||
2
tests/test_api_student.py
Normal file
2
tests/test_api_student.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_api_student():
|
||||
assert True
|
||||
2
tests/test_auth.py
Normal file
2
tests/test_auth.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_auth():
|
||||
assert True
|
||||
2
tests/test_csv_export.py
Normal file
2
tests/test_csv_export.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_csv_export():
|
||||
assert True
|
||||
2
tests/test_late_join.py
Normal file
2
tests/test_late_join.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_late_join():
|
||||
assert True
|
||||
2
tests/test_load_simulation.py
Normal file
2
tests/test_load_simulation.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_load_simulation():
|
||||
assert True
|
||||
2
tests/test_pool.py
Normal file
2
tests/test_pool.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_pool():
|
||||
assert True
|
||||
2
tests/test_reconnect.py
Normal file
2
tests/test_reconnect.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_reconnect():
|
||||
assert True
|
||||
2
tests/test_scoring.py
Normal file
2
tests/test_scoring.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_scoring():
|
||||
assert True
|
||||
2
tests/test_state_machine.py
Normal file
2
tests/test_state_machine.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_state_machine():
|
||||
assert True
|
||||
2
tests/test_ws_admin.py
Normal file
2
tests/test_ws_admin.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_ws_admin():
|
||||
assert True
|
||||
2
tests/test_ws_student.py
Normal file
2
tests/test_ws_student.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_placeholder_ws_student():
|
||||
assert True
|
||||
Reference in New Issue
Block a user