summaryrefslogtreecommitdiff
path: root/integration/test/resources/ammonite
Commit message (Collapse)AuthorAgeFilesLines
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-221-3/+3
| | | support multiple test frameworks
* fixesLi Haoyi2018-02-111-3/+11
|
* more tidying upLi Haoyi2018-02-111-1/+1
|
* Test fixes...Li Haoyi2018-02-041-6/+5
|
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-1/+1
| | | | - Make `T.worker`s not flush out their directories between instantiations
* First incomplete pass at writing docsLi Haoyi2018-01-271-5/+0
|
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to ↵Li Haoyi2018-01-211-4/+9
| | | | | | | | | | | | `testLocal` and `runLocal` - Support passing `forkEnv` parameters to `test` and `run`, necessary to get Ammonite working - Standardize signatures of `Jvm.interactiveSubprocess`/`Jvm.subprocess` - `Jvm.inprocess` is now `Jvm.runLocal` - Swap `TestModule.testLocal` over to using `Jvm.runLocal`, for consistency with everything else
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-0/+177
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests