neuml/codequestion

test requires to specify source

FruityWelsh opened this issue · 0 comments

The example in the readme simply has python -m codequestion.evaluate but that give an error of missing -s {SOME SOURCE} or --source {SOME SOURCE}.

I was able to run it with python -m codequestion.evaluate -s test (assuming it ran after following the rest of the steps).