Skip to content
Snippets Groups Projects
Commit 3df4f728 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Revised tests

parent 4e841231
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,11 @@ using JuliaDockerClient ...@@ -3,6 +3,11 @@ using JuliaDockerClient
@testset "Docker Client Utils Tests" begin @testset "Docker Client Utils Tests" begin
@testset "test_connection Tests" begin
# Testing if the Docker service is reachable
@test test_connection() == true # This expects the Docker service to be running
end
@testset "registry_login Tests" begin @testset "registry_login Tests" begin
@testset "registry_login Tests" begin @testset "registry_login Tests" begin
# Access environment variables using ENV dictionary # Access environment variables using ENV dictionary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment