So the reason that this is happening, is that of the 4 tests I have
test common::tests::test_workingdays
test documents::tests::create_docs
test emailer::tests::test_attachments
test emailer::tests::test_format_attachments
both test_attachments
and test_format_attachments
were failing, however test_format_attachments
had a std::process::exit(1)
condition inside the function it was testing, and therefore it killed the process before the tests were able to return.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…