cli: better comments for tests
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user