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 https://gitlab.com/coala/package_manager/issues/46

Merge request reports