Skip to content

Commit

Permalink
Merge pull request #1780 from buildtesters/add_print_modules
Browse files Browse the repository at this point in the history
Add utility modules for printing and creating rich tables
  • Loading branch information
shahzebsiddiqui authored May 24, 2024
2 parents cc04b6e + 19f1889 commit b515c44
Show file tree
Hide file tree
Showing 8 changed files with 470 additions and 436 deletions.
8 changes: 2 additions & 6 deletions buildtest/builders/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@
resolve_path,
write_file,
)
from buildtest.utils.print import print_content, print_file_content
from buildtest.utils.shell import Shell, is_csh_shell
from buildtest.utils.timer import Timer
from buildtest.utils.tools import (
check_container_runtime,
deep_get,
print_content,
print_file_content,
)
from buildtest.utils.tools import check_container_runtime, deep_get


class BuilderBase(ABC):
Expand Down
Loading

0 comments on commit b515c44

Please sign in to comment.