Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Jul 18, 2024
1 parent 718c1f2 commit 0780a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/queue_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def path_maildir(tmpdir):
# https://github.com/adamchainz/time-machine/issues/305
def test_can_move_stale_messages_back_to_new(path_maildir):
mailer = DebugMailer()
print(sys.implementation.name)
inject_example_message(path_maildir, target_folder='cur')

send_all_queued_messages(path_maildir, mailer)
Expand Down

0 comments on commit 0780a29

Please sign in to comment.