ZuInnoTe / hadoopcryptoledger

Hadoop Crypto Ledger - Analyzing CryptoLedgers, such as Bitcoin Blockchain, on Big Data platforms, such as Hadoop/Spark/Flink/Hive
Apache License 2.0
141 stars 51 forks source link

Mutation testing (Pitest) not working with Junit5 #35

Open jornfranke opened 6 years ago

jornfranke commented 6 years ago

Currently we have to deactivate mutation testing (pitest), because it does not support junit5. We need to wait for a fix.

See https://github.com/hcoles/pitest/issues/284