cli: better comments for tests

This commit is contained in:
Benjamin Labrecque
2026-07-23 15:46:06 +02:00
parent e310453487
commit 03a171c54d
+2
View File
@@ -58,6 +58,8 @@ def test_add_new_service(tmp_path, mocker: MockerFixture):
# Because uv needs packages/agebd to generate the lock file of the services as it is
# a dependency
# As a consequence it was also added to 'fixtures/expected_output' so that the dir
# comparison does not fail
(tmp_path / "packages/agebd").mkdir(parents=True, exist_ok=True)
(tmp_path / "packages/agebd/pyproject.toml").write_text(mock_agebd_pyproject_toml)