Skip to content

Commit

Permalink
test: add dummy test for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 20, 2024
1 parent 276c566 commit 4071f5f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/test_dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
Dummy test to check if the test suite is working.
"""
import pytest


@pytest.mark.skip(reason="Placeholder to allow pytest to succeed before real tests are in place.")
def test_placeholder():
"""
TODO: Delete this test once there are real tests.
"""

0 comments on commit 4071f5f

Please sign in to comment.