chore: docs and tests improvements

This commit is contained in:
ITQ
2025-02-21 07:01:07 +03:00
parent a8c7adb185
commit e85df62859
4 changed files with 43 additions and 18 deletions
-1
View File
@@ -21,7 +21,6 @@ def docker_compose() -> Generator[None]:
"docker",
"compose",
"down",
"-v",
],
check=True,
)