Skip to content

DistributionRequirementTest: Fix assertRaisesRegex

The arguments given to assertRaisesRegex invocations was incorrect, as the third argument should be an override message for if the expected exception does not occur.

Fixes #46 (closed)

Merge request reports