utest
utest copied to clipboard
A simple testing framework for Scala
Updates [com.github.lolgab:mill-mima](https://github.com/lolgab/mill-mima) from 0.0.12 to 0.0.13. [GitHub Release Notes](https://github.com/lolgab/mill-mima/releases/tag/0.0.13) - [Version Diff](https://github.com/lolgab/mill-mima/compare/0.0.12...0.0.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
## About this PR 📦 Updates [org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js) from `1.12.0` to `1.16.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.16.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.12.0...v1.16.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) from `3.3.1` to `3.3.3` 📜 [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.3.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.3.1...3.3.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.3.1...release-3.3.3) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.10` to `2.13.13` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.13) - [Version Diff](https://github.com/scala/scala/compare/v2.13.10...v2.13.13) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.12.17` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](https://github.com/scala/scala/compare/v2.12.17...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically update this...
Previously, the utest runner would not take the selectors that are set in an input `TaskDef` when deciding what to run. With this patch, utest will inspect the selector and,...
I have this simplified test object: ``` package TestExp object BugTests extends TestSuite{ val a = true val b = true val tests = Tests { test("1 foo bar") {...
Configuring uTest [Per-Run Setup/Teardown, and other test-running Config](https://github.com/com-lihaoyi/utest?tab=readme-ov-file#per-run-setupteardown-and-other-test-running-config) Folowing code: ``` def resultsHeader = BaseRunner.renderBanner("Results") def failureHeader = BaseRunner.renderBanner("Failures") def startHeader(path: String) = BaseRunner.renderBanner("Running Tests" + path) ``` Does not...
## About this PR 📦 Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from `0.11.5` to `0.11.7` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/mill/releases/tag/0.11.7) - [Release Notes](https://github.com/com-lihaoyi/mill#changelog) - [Version Diff](https://github.com/com-lihaoyi/mill/compare/0.11.5...0.11.7) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [org.scala-native:test-interface](https://github.com/scala-native/scala-native) from `0.4.16` to `0.4.17` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.4.17) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.16...v0.4.17) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...