Running cfaster test will get the binary (or the code file in case of interpreted languages), run it with the inputs and make a diff from the outputs.
The idea is a nice and pretty logging with colors, checkmarks, etc, making easy for the programmer to find his mistakes or being sure everything went right.
Running
cfaster testwill get the binary (or the code file in case of interpreted languages), run it with the inputs and make a diff from the outputs.The idea is a nice and pretty logging with colors, checkmarks, etc, making easy for the programmer to find his mistakes or being sure everything went right.