malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
1.96k stars 76 forks source link

Add test.when() #1708

Closed whscullin closed 5 months ago

whscullin commented 6 months ago

Extend test()/it() to have a when() method that can act as a conditional skip. Replaces onlyIf() helper.