Skip to content

Commit 8874074

Browse files
committed
docstring fix
1 parent b7deade commit 8874074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/test_installer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@ def test_adt_install(
297297
Args:
298298
tmp_path: A temporary directory.
299299
output: The output fixture.
300+
301+
Raises:
302+
AssertionError: If the adt installation fails.
300303
"""
301304
venv = tmp_path / "test_venv"
302305
args = Namespace(

0 commit comments

Comments
 (0)