Skip to content

Commit 5b62021

Browse files
committed
tweaks to test output
1 parent 83dfb08 commit 5b62021

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/book_tester.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ def assertLineIn(self, line, lines):
362362
)
363363

364364
def assert_console_output_correct(self, actual, expected, ls=False):
365-
print("checking expected output", expected)
366-
print("against actual", actual)
365+
print("checking expected output\n", expected)
366+
print("against actual\n", actual)
367367
self.assertEqual(
368368
type(expected),
369369
Output,

tests/test_chapter_09_docker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ def test_listings_and_commands_and_output(self):
3131
skip = True
3232
if skip:
3333
self.pos = 8
34+
# self.pos = 18
3435
self.sourcetree.run_command(
3536
"git checkout {}".format(self.sourcetree.get_commit_spec("ch09l001"))
37+
# "git checkout {}".format(self.sourcetree.get_commit_spec("ch09l003"))
3638
)
3739
# vm_restore = "MANUAL_2"
3840

0 commit comments

Comments
 (0)