Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eed3si9n/sbt-groovy-test
https://github.com/eed3si9n/sbt-groovy-test
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eed3si9n/sbt-groovy-test
- Owner: eed3si9n
- Created: 2015-08-23T09:03:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T09:09:00.000Z (about 9 years ago)
- Last Synced: 2024-05-01T19:40:40.748Z (6 months ago)
- Language: Scala
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demonstration for
- http://stackoverflow.com/questions/32131595/how-to-get-sbt-to-pick-up-tests-written-in-groovy
- https://github.com/sbt/sbt/issues/2167```scala
> test
[info] Start Compiling Test Groovy sources : /Users/xxx/sbt-2167-groovy/src/test/groovy
[error] Test Foo.foo failed: expected:<1> but was:<2>, took 0.062 sec
[error] Failed: Total 1, Failed 1, Errors 0, Passed 0
[error] Failed tests:
[error] Foo
[error] (test:test) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 1 s, completed Aug 23, 2015 5:05:01 AM
```License
-------MIT License