Skip to content

Commit

Permalink
add pull_base_image to mocker
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishun committed Aug 23, 2023
1 parent 312cddd commit 9a976a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cmd_docker_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,6 @@ def test_connection(self, environment, scriptpath):

def try_build_new_image(self, dockerfile, tag, buildargs):
return True

def pull_base_image(self, tag):
return None

0 comments on commit 9a976a7

Please sign in to comment.