mksparse.yarn (556B)
1 mksparse tests 2 ============== 3 4 mksparse is mostly tested by the sparsemap tests, but these yarns 5 will just make sure that basic command line handling is working. 6 7 SCENARIO error if no output file 8 WHEN we attempt to run mksparse without any arguments 9 THEN the exit code is 2 10 11 SCENARIO error if more than one output file 12 WHEN we attempt to run mksparse with S T 13 THEN the exit code is 2 14 15 SCENARIO error if bad options 16 WHEN we attempt to run mksparse with --explode-kittens S 17 THEN the exit code is 2