def setUp(self):
self.setUpPyfakefs()
self.fs.CreateFile(check_docker.DEFAULT_SOCKET, contents='', st_mode=(stat.S_IFSOCK | 0o666))
self.containers = [{'Names': ['/thing1']}, ]
self.http_success_with_empty_payload = ('{}', 200)
评论列表
文章目录