Skip to content

Commit

Permalink
Remove unnecessary launch test
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jan 8, 2024
1 parent 18446be commit 883eb4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/test_mariadb.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@


def test_entry_point(auto_container: ContainerData) -> None:
# do really nothing here, just check that the container launched
assert auto_container.connection.run_expect([0], "ps")

assert len(auto_container.inspect.config.entrypoint) == 1
assert (
"docker-entrypoint.sh" in auto_container.inspect.config.entrypoint[0]
Expand Down
3 changes: 0 additions & 3 deletions tests/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@


def test_entry_point(auto_container: ContainerData) -> None:
# do really nothing here, just check that the container launched
assert auto_container.connection.run_expect([0], "ps")

assert len(auto_container.inspect.config.entrypoint) == 1
assert (
"docker-entrypoint.sh" in auto_container.inspect.config.entrypoint[0]
Expand Down

0 comments on commit 883eb4f

Please sign in to comment.