diff options
Diffstat (limited to 'tests/docker_source.py')
-rw-r--r-- | tests/docker_source.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/docker_source.py b/tests/docker_source.py index 7f3c783..758cb97 100644 --- a/tests/docker_source.py +++ b/tests/docker_source.py @@ -101,11 +101,6 @@ class TestDirDockerSource(ImageAccessor): """ Ensures that all layers extracted correctly in destination folder. """ - def check_result(self, layers_rootfs, dest): - """ - Iterates trough values of layers_rootfs in reverse order (from the last - layer to first) and calls check_extracted_files(). - """ def call_bootstrap(self, manifest): """ |