Tibor Vass
|
2f069fa3a5
rm-gocheck: convert check.Commentf to string - with just one string
|
5 years ago |
Tibor Vass
|
673cf751ca
rm-gocheck: convert check.Commentf to string - with multiple args
|
5 years ago |
Tibor Vass
|
ed9449a424
rm-gocheck: Contains -> strings.Contains
|
5 years ago |
Tibor Vass
|
e25352a42a
rm-gocheck: run goimports to compile successfully
|
5 years ago |
Tibor Vass
|
e49237dc7d
rm-gocheck: NotNil
|
5 years ago |
Tibor Vass
|
ef4c63acf6
rm-gocheck: IsNil
|
5 years ago |
Tibor Vass
|
6dc7846d26
rm-gocheck: Equals -> assert.Equal
|
5 years ago |
Tibor Vass
|
c8da7fbd25
rm-gocheck: normalize to use checker
|
5 years ago |
Tibor Vass
|
64a928a3d4
rm-gocheck: check.C -> testing.T
|
5 years ago |
Tibor Vass
|
a11079a449
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 years ago |
Tibor Vass
|
e44c6dc109
rm-gocheck: redress multiline c.Assert calls
|
5 years ago |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 years ago |
Christopher Crone
|
86f9eb4a08
Fixes for dnephin review
|
7 years ago |
Christopher Crone
|
dc6ddfa841
Fix tests that depend on clean environment
|
7 years ago |
Vincent Demeester
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
Aidan Hobson Sayers
|
dfb00652aa
Expose bridge IPv6 setting to `docker network inspect`
|
9 years ago |
Madhu Venugopal
|
e38463b277
Move port-mapping ownership closer to Sandbox (from Endpoint)
|
9 years ago |
Justas Brazauskas
|
927b334ebf
Fix typos found across repository
|
9 years ago |
Zhang Wei
|
1ae4eeb813
update docker_cli_port_test.go with Assert
|
9 years ago |
Jessica Frazelle
|
ea3afdad61
add test-integration-cli specifics for userns
|
9 years ago |
John Howard
|
f9a3558a9d
Windows: Get Integration CLI running
|
10 years ago |
John Howard
|
68c7d24a12
Move TestPort out of _unix
|
10 years ago |
Don Kjer
|
47272f9cc5
Adding support to publish on custom host port ranges
|
10 years ago |
Vincent Demeester
|
5c295460da
Use dockerCmd when possible (#14603)
|
10 years ago |
John Howard
|
c1b524486c
Fix Windows CI fail due to GH13866 and patch up tests
|
10 years ago |
Alessandro Boch
|
7b9ae696d8
Add integ test for unpublished ports in ps o/p
|
10 years ago |
Alexander Morozov
|
dc944ea7e4
Use suite for integration-cli
|
10 years ago |
Madhu Venugopal
|
448a1a7139
Enhanced port integration-cli tests
|
10 years ago |
Brian Goff
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
10 years ago |
Ahmet Alp Balkan
|
70407ce40c
Better test cleanup with defer
|
10 years ago |