We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a9cb2 commit 6b86be1Copy full SHA for 6b86be1
tests/book_tester.py
@@ -315,10 +315,7 @@ def parse_listings(self):
315
def check_final_diff(self, ignore=None, diff=None):
316
if diff is None:
317
diff = self.run_command(Command(f"git diff -w repo/{self.chapter_name}"))
318
- # try:
319
print("checking final diff", diff)
320
- # except io.BlockingIOError:
321
- # pass
322
self.assertNotIn("fatal:", diff)
323
start_marker = "diff --git a/\n"
324
commit = Commit.from_diff(start_marker + diff)
0 commit comments