Closed cgmcintyr closed 6 years ago
Currently python/metaparticle_pkg/builder/docker_builder.py does not have any tests for build or publish when docker.APIClient.build or docker.APIClient.push returns an error.
python/metaparticle_pkg/builder/docker_builder.py
build
publish
docker.APIClient.build
docker.APIClient.push
The lines which need to be tested are:
https://github.com/metaparticle-io/package/blob/5c1640db16079aea02f738d37612a6b68fc10bc0/python/metaparticle_pkg/builder/docker_builder.py#L36-L39
Currently
python/metaparticle_pkg/builder/docker_builder.py
does not have any tests forbuild
orpublish
whendocker.APIClient.build
ordocker.APIClient.push
returns an error.The lines which need to be tested are:
https://github.com/metaparticle-io/package/blob/5c1640db16079aea02f738d37612a6b68fc10bc0/python/metaparticle_pkg/builder/docker_builder.py#L36-L39