Skip to content

Commit

Permalink
restore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Nov 6, 2023
1 parent 34a8fcb commit 0f82418
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test.nim
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ template gitTrap*(code: GitResultCode) =
if code != GIT_OK:
fail dumpError(code)

when false:
suite "giddy up, pardner":
## open the local repo
test:
if fileExists(getEnv"HOME" / ".gitconfig"):
Expand Down Expand Up @@ -138,7 +138,6 @@ when false:
check rev.isOk
free rev.get

suite "giddy up, pardner":
## commits for spec
test:
cloned := cloneme.clone(tmpdir):
Expand Down Expand Up @@ -169,7 +168,6 @@ suite "giddy up, pardner":
break found
fail "unable to find v102"

when false:
## fetchRemote
test:
cloned := cloneme.clone(tmpdir):
Expand Down

0 comments on commit 0f82418

Please sign in to comment.