mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-10 06:07:50 +02:00
tests/integration: Add type annotations
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
@ -10,7 +10,7 @@ from tests.integration.test_utils import test_path
|
||||
|
||||
|
||||
class TestPodmanCompose(unittest.TestCase, RunSubprocessMixin):
|
||||
def test_uidmaps(self):
|
||||
def test_uidmaps(self) -> None:
|
||||
compose_path = os.path.join(test_path(), "uidmaps", "docker-compose.yml")
|
||||
try:
|
||||
self.run_subprocess_assert_returncode([
|
||||
|
Reference in New Issue
Block a user