Skip to content

Commit

Permalink
test: Constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Jun 10, 2024
1 parent 3132285 commit 12877bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_shell_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ def test_no_shell_logger() -> None:
assert True


def test___init__() -> None:
"""Ensure we can construct an instance."""
ShellLogger("Basic")
assert True


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

0 comments on commit 12877bf

Please sign in to comment.