Skip to content

Commit

Permalink
upd TestAll
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikk committed Dec 7, 2024
1 parent 0628783 commit 7fe94db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions seqhasher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"bytes"
"flag"
"fmt"
"io"
"os"
"reflect"
"strings"
Expand Down Expand Up @@ -451,6 +452,9 @@ func TestAll(t *testing.T) {
t.Run("MainFunction", TestMainFunction)
t.Run("GetInputError", TestGetInputError)
t.Run("GetOutputError", TestGetOutputError)
t.Run("PrintUsage", TestPrintUsage)
t.Run("ProcessSequencesReaderCreationFailure", TestProcessSequencesReaderCreationFailure)
t.Run("ProcessSequencesInvalidSequence", TestProcessSequencesInvalidSequence)

// Check for test failures
if t.Failed() {
Expand Down

0 comments on commit 7fe94db

Please sign in to comment.