Java Mutation Testing with Pitest
Line by Line coverage can be very tricky. Many companies rely on line coverage as metric signals however you can easily have waste with that... (more…)
Read more »TL;DR: Recently, DuckDB a database that promises to become the SQLite-of-analytics, was released and I took it for an initial test drive. Install it via conda install python-duckdb or pip install duckdb. Read more