Skip to content

Commit

Permalink
Add simple printout test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hannemennah committed Jul 21, 2017
1 parent b7f82ca commit 3a0dbcf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions engine/factomd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,20 @@ func TestSetupANetwork(t *testing.T) {
runCmd("r")
waitBlocks(fn1.State, 2)

// General (random) output-oriented commands
runCmd("r")
runCmd("V")
runCmd("p")
runCmd("p")
runCmd("m")
runCmd("m")
runCmd("M")
runCmd("M")
runCmd("v")
runCmd("v")
runCmd("ih")
runCmd("v15")

// FaultTest
t.Log("Running automated fault test")
runCmd("Vt")
Expand Down

0 comments on commit 3a0dbcf

Please sign in to comment.