AbsaOSS / hyperdrive

Extensible streaming ingestion pipeline on top of Apache Spark
Apache License 2.0
44 stars 13 forks source link

Upgrade scalatest from 3.0.5 to 3.2.14 #296

Closed kevinwallimann closed 1 year ago

kevinwallimann commented 1 year ago

Background

An old version of scalatest is still used in this project. Upgrade it to the latest version 3.2.14. Some breaking changes need to be resolved most notably, org.scalatest.FlatSpec should be replaced by org.scalatest.flatspec.AnyFlatSpec, and org.scalatest.Matchers with org.scalatest.matchers.should.Matchers

https://www.scalatest.org/ https://www.scalatest.org/at_a_glance/FlatSpec

Feature

Use scalatest 3.2.14