Curtis "Ovid" Poe on Nostr: I sometimes use claude.ai to write #Perl #tests for me. Every time it spits out ...
I sometimes use claude.ai to write #Perl #tests for me. Every time it spits out tests, it's using subtests. That makes me happy.
I imagined them years ago, but couldn't add them to Perl's Test::Builder because of specification wars. Two decades ago at a toolchain summit, I said "screw it" and just wrote the damned thing. They could argue over implementation instead of idea.
Today they're used in multiple languages as part of the TAP protocol. https://testanything.org/tap-version-14-specification.html
#software #OpenSource
I imagined them years ago, but couldn't add them to Perl's Test::Builder because of specification wars. Two decades ago at a toolchain summit, I said "screw it" and just wrote the damned thing. They could argue over implementation instead of idea.
Today they're used in multiple languages as part of the TAP protocol. https://testanything.org/tap-version-14-specification.html
#software #OpenSource