Verified Commit a52f28f8 authored by Peter Stanko's avatar Peter Stanko
Browse files

Docker inicialization has been marked as docker

parent b7a0a3a8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ def test_docker_wrapper_app_has_been_initialized(app):
    assert context.docker.app is not None


@pytest.mark.docker
def test_docker_wrapper_has_initialized_docker(app):
    assert context.docker.docker is not None