New ask Hacker News story: Ask HN: How to Write Language-Agnostic Test Conditions for Any Test Framework?
Ask HN: How to Write Language-Agnostic Test Conditions for Any Test Framework?
2 by pbowyer | 1 comments on Hacker News.
I like writing test conditions (given this input, expect this output) for specs and algorithms - my current obsession is with RFC 3986. Since the subject is language-agnostic I'd like to make them usable by everyone no matter which programming language or testing framework they use. Is there an established way to do this, to make them useful for people working with multiple testing frameworks?
2 by pbowyer | 1 comments on Hacker News.
I like writing test conditions (given this input, expect this output) for specs and algorithms - my current obsession is with RFC 3986. Since the subject is language-agnostic I'd like to make them usable by everyone no matter which programming language or testing framework they use. Is there an established way to do this, to make them useful for people working with multiple testing frameworks?
Comments
Post a Comment