biom-format icon indicating copy to clipboard operation
biom-format copied to clipboard

Use six's assertRaisesRegex compatibility layer

Open ElDeveloper opened this issue 6 years ago • 0 comments

In unit tests where the same exception can be raised by multiple different cases it would be handy to also check for the error message. Since biom provides py2/py3 support this will need to use six's assertRaisesRegex instead of the method from the TestCase class.

ElDeveloper avatar Sep 11 '18 17:09 ElDeveloper