summaryrefslogtreecommitdiff
path: root/integration
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix scalatest support (#101)Vadim Chelyshov2018-01-052-0/+5
| | | * Fix #99 - it's required to provide sbt.testing.Selector for scalatest
* Swap over to new `CrossModule` class to simplify the cross module syntaxLi Haoyi2018-01-024-17/+19
|
* lowercase build module names in `integration/` tests to line up with SBT ↵Li Haoyi2018-01-024-28/+28
| | | | conventions
* Silence IntegrationTest stdoutLi Haoyi2018-01-011-1/+8
|
* Properly handle `isModule` flag on `sbt.testing.FingerPrint`Li Haoyi2018-01-012-4/+3
|
* Make `HelloWorldTests` take an explicit output path so they are less ↵Li Haoyi2018-01-011-1/+1
| | | | | | sensitive to working directories Make `run` and `runMain` take option CLI args
* Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite.Li Haoyi2018-01-017-0/+290
Those tests now download a snapshot of the relevant git repo rather than vendoring the files, and use a bare `build.sc` instead of having the build object be included in the test classpath. Tests pass using `sbt integration/test`, but `mill integration.test` still doesn't work