Skip to content

Commit e610dcd

Browse files
committed
test: Constructor hangs on Ubuntu
1 parent f33ac4f commit e610dcd

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
@@ -29,6 +29,10 @@ def test_hello_world() -> None:
2929
print("Hello World")
3030

3131

32+
def test_shell_logger_constructor() -> None:
33+
foo = ShellLogger("bar")
34+
35+
3236
# @pytest.fixture(autouse=True)
3337
# def _use_tmpdir(monkeypatch: MonkeyPatch, tmpdir: Path) -> None:
3438
# """

0 commit comments

Comments
 (0)