toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

273
active users

#expect

1 post1 participant0 posts today

alojapan.com/1292625/southeast Southeast Asian Games Showcase 2025: Coffee Talk Tokyo #coffee #demo #Entry #expect #later #news #Released #seriescoffee #talk #Tokyo #TokyoNews #trailer #東京 #東京都 Tonight at the Southeast Asian Games Showcase, we got a chance to look at the new trailer for Coffee Talk Tokyo. In the trailer, you’ll meet a host of guests who will be visiting your coffee shop, and get an idea of the kind of dynamics you can expect from the latest entry in the

Replied in thread

@finestructure @cocoaphony Is the code in the test function actually throwing an error or just calling #expect() (or some such)? If a test function throws an error, it's just thrown naturally until something catches it. If code in Swift Testing catches it (which happens outside the context of test-scoped traits) then the error is recorded as a test issue.