-
JDBC Sniffer should provide a DSL for ScalaTest integration (and probably not only for ScalaTest but for Scala in general)
-
This plugin may be a good basis for supporting Scalatest for Gradle.
https://github.com/maiflai/gradle-scalatest
I didn't want the full functionality of the plugin, just the test action, so I en…
-
My project only had included `mockito-scala` as dependency.
When upgrading to JDK21, we've got the following error:
```
[info] org.mockito.exceptions.base.MockitoException: Mockito cannot mock…
-
We want to experiment with some flag options to configure scalatest reporter (http://www.scalatest.org/user_guide/using_the_runner, "Configuring reporters").
How do we provide these options to grad…
h-ngo updated
6 years ago
-
Current implementation look like this:
```scala
final class MatchPatternWord {
inline def apply(inline right: PartialFunction[Any, _]) =
${ org.scalatest.matchers.MatchPatternMacro.matchPa…
-
When updating com.vladsch.flexmark:flexmark-all to version 0.62.2 I get this error:
java.lang.NoClassDefFoundError: com/vladsch/flexmark/ast/Node
at org.scalatest.tools.ReporterFactory.createHtmlR…
-
[This](https://github.com/tpolecat/doobie/blob/39804b154ee4958e1c4e191c00f1c41e21290606/yax/scalatest/src/main/scala/doobie/scalatest/QueryChecker.scala#L78) seems like a bug where no output is printe…
-
## Bug
#### Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Describe the problem
As of Spark 3.4…
-
### Describe the bug
Running the `SourceOpsMapParTest` tests from [Ox](https://github.com/softwaremill/ox) never finishes. There's an endlessly spinning wheel:
In the debug console, I can see …
adamw updated
1 month ago
-
This test appears to be flaky:
```