Calamity210 / BirbLang

Minimal Bird programming language curated to help new contributers delve into OSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve testing framework

Calamity210 opened this issue · comments

commented

Describe the solution you'd like
We need a better testing framework. A way so we can test expected outputs and errors from birb code. Something like

screm("Hello World") // expect: Hello World

and then the test would parse the comment to get what's expected. This is not to be confused with a testing framework for birb itself, this is solely to test this repo