utest
utest copied to clipboard
A simple testing framework for Scala
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @βtakost in actions/checkout#1436 Support fetching without the --progress option...
Using: ```libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % Test```, running under IntelliJ. Code (Scala 3.3.0): ```scala package com.sageserpent.kineticmerge.core import utest.* object OddStackTraceReport extends TestSuite: def excised(item: Int): Unit =...
## About this PR π¦ Updates [org.scala-native:test-interface](https://github.com/scala-native/scala-native) from `0.5.0` to `0.5.4` π [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.4) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.5.0...v0.5.4) ## Usage β **Please merge!** I'll automatically update this PR to resolve...
## About this PR π¦ Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from `0.11.7-29-f2e220` to `0.11.7-118-56323c` π [Release Notes](https://github.com/com-lihaoyi/mill#changelog) ## Usage β **Please merge!** I'll automatically update this PR to resolve conflicts as long as...
## About this PR π¦ Updates [org.portable-scala:portable-scala-reflect](https://github.com/portable-scala/portable-scala-reflect) from `1.1.2` to `1.1.3` π [GitHub Release Notes](https://github.com/portable-scala/portable-scala-reflect/releases/tag/v1.1.3) - [Version Diff](https://github.com/portable-scala/portable-scala-reflect/compare/v1.1.2...v1.1.3) ## Usage β **Please merge!** I'll automatically update this PR to resolve...
## About this PR π¦ Updates [com.github.lolgab:mill-mima](https://github.com/lolgab/mill-mima) from `0.1.0` to `0.1.1` π [GitHub Release Notes](https://github.com/lolgab/mill-mima/releases/tag/0.1.1) - [Version Diff](https://github.com/lolgab/mill-mima/compare/0.1.0...0.1.1) ## Usage β **Please merge!** I'll automatically update this PR to resolve...
The following tests yield my expected results: ``` test("utest bug v1") { test("0") { 1 ==> 1 "one" } test("1") { 2 ==> 2 "two" } } ``` that is,...
## 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.14` π [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.13.10...v2.13.14) ## Usage β **Please merge!** I'll automatically update this...
Added a LICENSE file at the root level directory. The license are as per the build.sc file (https://github.com/com-lihaoyi/utest/blob/master/build.sc#L26). The license is MIT (https://spdx.org/licenses/MIT.html). (Please note that the Copyright year and...