Skip to content

Commit cc89a50

Browse files
Merge pull request #73 from Promptly-Technologies-LLC/chriscarrollsmith-patch-1
Update conftest.py
2 parents b35dd73 + 35d13a8 commit cc89a50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def clean_db(session: Session) -> None:
6464
session.commit()
6565

6666

67-
# Test user fixture
6867
@pytest.fixture()
6968
def test_user(session: Session) -> User:
7069
"""
@@ -81,7 +80,6 @@ def test_user(session: Session) -> User:
8180
return user
8281

8382

84-
# Unauthenticated client fixture
8583
@pytest.fixture()
8684
def unauth_client(session: Session) -> Generator[TestClient, None, None]:
8785
"""
@@ -96,7 +94,6 @@ def get_session_override():
9694
app.dependency_overrides.clear()
9795

9896

99-
# Authenticated client fixture
10097
@pytest.fixture()
10198
def auth_client(session: Session, test_user: User) -> Generator[TestClient, None, None]:
10299
"""

0 commit comments

Comments
 (0)