Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nimble recursive testing #1019

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove non-recursive test command test
  • Loading branch information
tandy-1000 committed Aug 11, 2022
commit 3c8bef8c9392be9fce3ab85e133dd96078a27688
7 changes: 0 additions & 7 deletions tests/ttestcommand.nim
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ suite "test command":
check outp.processOutput.inLines("overriden")
check outp.processOutput.inLines("true")

test "certain files are ignored":
cd "testCommand/testsIgnore":
let (outp, exitCode) = execNimble("test")
check exitCode == QuitSuccess
check(not outp.processOutput.inLines("Should be ignored"))
check outp.processOutput.inLines("First test")

test "CWD is root of package":
cd "testCommand/testsCWD":
let (outp, exitCode) = execNimble("test")
Expand Down