Skip to content

Commit f33ac4f

Browse files
committed
test: Add dummy test to show pytest works
1 parent e2ae803 commit f33ac4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_shell_logger.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
psutil = None
2626

2727

28+
def test_hello_world() -> None:
29+
print("Hello World")
30+
31+
2832
# @pytest.fixture(autouse=True)
2933
# def _use_tmpdir(monkeypatch: MonkeyPatch, tmpdir: Path) -> None:
3034
# """

0 commit comments

Comments
 (0)