Closed kreczko closed 7 years ago
__create_tar_file
_create_tar_file
_have_fresh_tar_files
In this implementation the tar files will be created once per command execution, e.g.
ntp run datasets=all
@kreczko, thanks for your PR! By analyzing the history of the files in this pull request, we identified @EmyrClement and @DouglasBurns to be potential reviewers.
__create_tar_file
to_create_tar_file
so it can be accessed in the test_have_fresh_tar_files
into a class variable (instead of instance)In this implementation the tar files will be created once per command execution, e.g.
ntp run datasets=all
will create the tar files oncentp run datasets=all
right after that will create the tar files again.