utest
utest copied to clipboard
A simple testing framework for Scala
I'm posting here since there is no failure in ScalaTest, but the details of the issue are beyond my understanding; let me know if it should be posted elsewhere (like...
The following code yields an issue given the use of `eventually`: ```scala eventually { sender ! Udp.Send(data1, address) receiver.expectMsgPF() { case UdpListener.ReceivedWithReplyTo(Udp.Received(`data1`, _), `listener`) => } true } ``` The...
So that we can run uTest tests with `gradle test`.
Could we have customisable pretty printing for failing assertions? As per our gitter discussion: ``` scala trait utest.testSuite { type Printer[_] def prettyprint[T : Printer](t: T): Iterator[String] ... } ```...
It would be helpful to allow developers to have access to configuration details which are passed to the test Framework via args. in SBT: `testOptions in Test += Tests.Argument(file("").toURI.toString)` Example:...
Updates [org.scala-lang:scala-reflect](https://github.com/scala/scala) from 2.13.8 to 2.13.10. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.10) - [Version Diff](https://github.com/scala/scala/compare/v2.13.8...v2.13.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [de.tototec:de.tobiasroeser.mill.vcs.version](https://github.com/lefou/mill-vcs-version) from 0.2.0 to 0.3.0. [GitHub Release Notes](https://github.com/lefou/mill-vcs-version/releases/tag/0.3.0) - [Version Diff](https://github.com/lefou/mill-vcs-version/compare/0.2.0...0.3.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from 0.10.7 to 0.10.8. [GitHub Release Notes](https://github.com/com-lihaoyi/mill/releases/tag/0.10.8) - [Version Diff](https://github.com/com-lihaoyi/mill/compare/0.10.7...0.10.8) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-lang:scala-reflect](https://github.com/scala/scala) from 2.12.16 to 2.12.17. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.17) - [Version Diff](https://github.com/scala/scala/compare/v2.12.16...v2.12.17) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js) from 1.10.1 to 1.11.0. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.11.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.10.1...v1.11.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...