Documentation
¶
Overview ¶
Command ditto runs mutation testing from a shell instead of from a test.
Everything it does was already reachable as a library, and for a long time that was the only way in: ditto.Release takes a *testing.T, so a caller had to be a test, and anything that wanted to drive a release from outside had to build a test to get in. That is where the wrappers came from — a file behind a build tag, a contract of environment variables, and a `go test` invocation standing in for a command line.
This is the command those wrappers were standing in for.
Click to show internal directories.
Click to hide internal directories.