Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 34c2934

Browse files
committed
Delete dummy tests 😅
1 parent 0bbe586 commit 34c2934

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

fastapi_socketio/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
from .socket_manager import SocketManager
2-
3-
def example_function():
4-
return 1 + 1
1+
from .socket_manager import SocketManager

tests/test_fastapi_socketio.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
from fastapi_socketio import example_function
2-
3-
4-
def test_example_function():
5-
assert example_function() == 2

0 commit comments

Comments
 (0)