Skip to content

Commit

Permalink
test: Dummy test to ensure pytest is working
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Jun 10, 2024
1 parent 8ee876c commit df8f805
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_shell_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ def _use_tmpdir(monkeypatch: MonkeyPatch, tmpdir: Path) -> None:
monkeypatch.chdir(tmpdir)


def test_no_shell_logger() -> None:
assert True


# @pytest.fixture()
# def shell_logger() -> ShellLogger:
# """
Expand Down

0 comments on commit df8f805

Please sign in to comment.