Fix pylint issue to get under threshold.

This commit is contained in:
cahrens
2016-10-25 15:24:18 -04:00
parent 827f91a9f9
commit f399508d46

View File

@@ -194,7 +194,10 @@ class CapaShuffleTest(unittest.TestCase):
""")
problem = new_loncapa_problem(xml_str, seed=0)
the_html = problem.get_html()
self.assertRegexpMatches(the_html, r"<div>.*\[.*'Alpha'.*'Beta'.*'B'.*'A'.*'C'.*'D'.*'Psi'.*'Omega'.*\].*</div>")
self.assertRegexpMatches(
the_html,
r"<div>.*\[.*'Alpha'.*'Beta'.*'B'.*'A'.*'C'.*'D'.*'Psi'.*'Omega'.*\].*</div>"
)
def test_shuffle_fixed_both_ends_thin(self):
xml_str = textwrap.dedent("""