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

Running single test packages does not work as documented #45

Closed
DanG100 opened this issue May 3, 2019 · 0 comments
Closed

Running single test packages does not work as documented #45

DanG100 opened this issue May 3, 2019 · 0 comments

Comments

@DanG100
Copy link
Contributor

DanG100 commented May 3, 2019

In Lab1Test.scala, the documentation says to run sbt 'testOnly dinocpu.SingleCycleMultiCycleTesterLab1'
This commands returns that no tests were run

sbt 'testOnly dinocpu.SingleCycleMultiCycleTesterLab1'
[info] Loading global plugins from /home/daniel/.sbt/1.0/plugins
[info] Loading settings for project dinocpu-build from plugins.sbt ...
[info] Loading project definition from /home/daniel/Documents/dinocpu/project
[info] Loading settings for project root from build.sbt ...
[info] Set current project to dinocpu (in build file:/home/daniel/Documents/dinocpu/)
[info] ScalaTest
[info] Run completed in 39 milliseconds.
[info] Total number of tests run: 0
[info] Suites: completed 0, aborted 0
[info] Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
[info] No tests were executed.
[info] Passed: Total 0, Failed 0, Errors 0, Passed 0
[info] No tests to run for Test / testOnly
[success] Total time: 2 s, completed May 3, 2019 10:12:58 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant