Transcript testing creates a 2nd instance of the class derived from cmd2.Cmd. This appears to be unecessary and done primarily for redirecting stdout.
This should probably be handled in a better and more efficient way which doesn't require creating a second instance.
Transcript testing creates a 2nd instance of the class derived from cmd2.Cmd. This appears to be unecessary and done primarily for redirecting stdout.
This should probably be handled in a better and more efficient way which doesn't require creating a second instance.