Your shiny new Scala build tool! Confused by SBT? Frustrated by Maven? Perplexed by Gradle? Give Mill a try. In-process tests live in the .test sub-modules of the various Mill modules. These range from tiny unit tests, to larger integration tests that instantiate a TestUtil.BaseModule in-process and a TestEvaluator to evaluate tasks on it. Note that the in-memory tests compile the BaseModule together with the test suite, and do not exercise the Mill script-file bootstrapping, transformation, and compilation process.
Features
- Basic smoke-tests to make sure the functionality works at all, without covering every edge case
- User-facing documentation, with the test cases, test commands, and explanatory comments included in the Mill documentation site
- Example repositories, that Mill users can download to bootstrap their own projects
- The integration tests are similar to example tests and share most of their test infrastructure
- integration tests are meant to test features more thoroughly then example tests, covering more and deeper edge cases even at the expense of readability
- integration tests are written using a Scala test suite extending IntegrationTestSuite, giving more flexibility at the expense of readability
- You can reproduce any of the tests manually using dev.run
Categories
Build ToolsLicense
MIT LicenseFollow Mill
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Mill!