You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: