usage: mktest [-h] [-t] [-e] Convert example documentation into jasmine test specs. optional arguments: -h, --help show this help message and exit -t, --throws assert each case will throw an error -e, --equals use toEqual() to compare expected vs actual result
horizons-school-of-technology/mktest
Script for converting example code comments into Jasmine test cases
Python