Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Jul 18, 2024
1 parent 6b5a503 commit aca957c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/queue_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def path_maildir(tmpdir):
def test_can_move_stale_messages_back_to_new(path_maildir):
mailer = DebugMailer()
print(sys.implementation.name)
print(sys.version_info)
print(IS_PYPY3)
inject_example_message(path_maildir, target_folder='cur')

send_all_queued_messages(path_maildir, mailer)
Expand Down

0 comments on commit aca957c

Please sign in to comment.