Remove all AssumptionViolationException
s in the non-testing code
#47
Labels
bug
Something isn't working
AssumptionViolationException
s in the non-testing code
#47
Currently, some of the internal checks throw an
AssumptionViolationException
. This kind of exception will not fail any JUnit tests; therefore, we should change it to something else.The text was updated successfully, but these errors were encountered: