I installed the package version 0.1.1 in the General environment, opened the julia REPL in my project folder and run mutate_warm.
ERROR: MutationError: baseline_run: test suite failed with exit code 1 — fix tests before running mutation testing
However, the test suite does run and all tests pass. I do have some warnings in the tests and overwrite some of the methods, but no errors.
The tests have their own environment so that I can test some integrations with packages which are not dependencies of the library.
This is the package I was testing: https://github.com/davide-grheco/DataSplits.jl.
Thank you for the great package.
I installed the package version 0.1.1 in the General environment, opened the julia REPL in my project folder and run mutate_warm.
ERROR: MutationError: baseline_run: test suite failed with exit code 1 — fix tests before running mutation testingHowever, the test suite does run and all tests pass. I do have some warnings in the tests and overwrite some of the methods, but no errors.
The tests have their own environment so that I can test some integrations with packages which are not dependencies of the library.
This is the package I was testing: https://github.com/davide-grheco/DataSplits.jl.
Thank you for the great package.