Skip to content

Commit

Permalink
New tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-dhage committed Oct 31, 2024
1 parent 68756ef commit 8025e24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ def test_forum_page_access_without_login(self):

self.assertIn(b'Discussion Forum', response.data)



def test_logout(self):
"""Test logout functionality."""
with self.client.session_transaction() as session:
Expand Down

0 comments on commit 8025e24

Please sign in to comment.