bayespy.utils.misc.TestCase.assertRegex
¶
TestCase.
assertRegex
(
text
,
expected_regex
,
msg
=
None
)
[source]
¶
Fail the test unless the text matches the regular expression.
BayesPy
Navigation
Introduction
User guide
Examples
Developer guide
User API
Developer API
Developer nodes
Moments
Distributions
Utility functions
Related Topics
Documentation overview
Developer API
Utility functions
bayespy.utils.misc
bayespy.utils.misc.TestCase
Previous:
bayespy.utils.misc.TestCase.assertRaisesRegexp
Next:
bayespy.utils.misc.TestCase.assertRegexpMatches
Quick search