com-lihaoyi / utest

A simple testing framework for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"[error] Error during tests" on Scala Native

devlaam opened this issue · comments

I have an actor framework that runs under JVM, JS and Native. Tests with uTest run fine on the former two, but not on Native. I get [error] Error during tests with a reference to my test definitions. I cannot see what goes wrong here, but the error suggests that tests themselves are not the problem (i.e. no failed tests). Could this be an issue of uTest itself (on Native)?

The error could be clearer, but this is in any case not a problem caused by uTest, or a combination of uTest, Native and SBT. I apologise for the interruption. As far as i can see now, uTest works as advertised on Native, also with Futures under SBT.