DockerCLI/cli/command/network
Daniel Nephin 078cbc9c4b Convert assert.Check with
git grep -l -P '^\s+assert\.Check\(t, ' | \
    xargs perl -pi -e 's/^(\s+assert)\.Check(\(t, (?!is).*(\.Execute\(|\.Set\(|\.Write\(|\.Close\(|\.Untar\(|\.WriteFile\(|Validate\().*\)$)/\1.NilError\2/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 15:43:53 -05:00
..
testdata adding network list test 2017-08-29 16:30:37 +02:00
client_test.go adding network list test 2017-08-29 16:30:37 +02:00
cmd.go adding unit tests to network 2017-07-06 00:54:30 +02:00
connect.go adding unit tests to network 2017-07-06 00:54:30 +02:00
connect_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
create.go adding unit tests to network 2017-07-06 00:54:30 +02:00
create_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
disconnect.go adding unit tests to network 2017-07-06 00:54:30 +02:00
disconnect_test.go Remove testutil 2018-03-06 14:38:35 -05:00
inspect.go adding unit tests to network 2017-07-06 00:54:30 +02:00
list.go adding unit tests to network 2017-07-06 00:54:30 +02:00
list_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
prune.go Update code for upstream cobra 2017-10-25 14:49:26 -04:00
remove.go adding unit tests to network 2017-07-06 00:54:30 +02:00