Closed tamasgal closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.74%. Comparing base (
5de2c4f
) to head (1d5fe1e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Do we want to run them in parallel using one of the testing packages out there?
I always used the barebone Test
package ;) Do you have a concrete suggestion?
maybe https://github.com/RelationalAI-oss/XUnit.jl, we can do a follow-up
Our test suite is already quite large (or let's say... slow 😉) and sometimes it's annoying to wait 1-2 minutes when working on something where it's sufficient to run just a part of the test suite during development.
This PR splits the test set into standalone scripts, so that they can be run individually.