Performing tests ================ test_anyall test_ascii_and_unicode_flag test_atomic test_basic_regex_sub test_bigcharset test_branch_reset test_bug_1140 test_bug_1661 test_bug_3629 test_bug_113254 test_bug_114660 test_bug_117612 test_bug_418626 test_bug_448951 test_bug_449000 test_bug_449964 test_bug_462270 test_bug_527371 test_bug_545855 test_bug_581080 test_bug_612074 test_bug_725106 test_bug_725149 test_bug_764548 test_bug_817234 test_bug_926075 test_bug_931848 test_category test_constants test_dollar_matches_twice test_empty_array test_expand test_finditer test_flags test_getattr test_grapheme test_groupdict test_ignore_case test_inline_flags test_lookbehind test_new_named_groups test_non_consuming test_not_literal test_overlapped test_possessive test_properties test_qualified_re_split test_qualified_re_sub test_re_escape test_re_findall test_re_groupref test_re_groupref_exists test_re_match test_re_split test_re_subn test_repeat_minmax test_repeated_repeats test_scanner test_scoped_and_inline_flags test_search_anchor test_search_coverage test_search_reverse test_search_star_plus test_special_escapes test_splititer test_sre_character_class_literals test_sre_character_literals test_stack_overflow test_sub_template_numeric_escape test_subscripting_match test_symbolic_refs test_unmatched_in_sub test_various test_weakref test_word_class test_zerowidth Performed 76 Failures ======== test_ascii_and_unicode_flag 2) Expected but got instead 4) Expected but got instead test_grapheme 2) Expected (0, 2) but got (0, 1) instead 3) Expected [u'a', u'\xe0', u'a\u0300', u'e', u'\xe9', u'e\u0301'] but got [u'a', u'\xe0', u'a', u'\u0300', u'e', u'\xe9', u'e', u'\u0301'] instead 4) Expected [u'a\xe0a\u0300', u'e\xe9e\u0301'] but got [u'a\xe0a', u'\u0300e\xe9'] instead test_properties 1) Failed: (?u)\w 2) Failed: (?u)[[:word:]] 3) Failed: (?u)\W 4) Failed: (?u)[[:^word:]] 9) Failed: (?u)[[:alpha:]] 10) Failed: (?u)[[:^alpha:]] 11) Failed: (?u)[[:alnum:]] 12) Failed: (?u)[[:^alnum:]] test_special_escapes 5) Expected 'bx' but got TypeError("'NoneType' object is unsubscriptable",) instead 6) Expected 'bx' but got 'bc' instead 10) Expected u'bx' but got TypeError("'NoneType' object is unsubscriptable",) instead 11) Expected u'bx' but got u'bc' instead 17) Expected '1aa! a' but got TypeError("'NoneType' object is unsubscriptable",) instead test_various 210) Expected u'a' but got None instead: (u'\\p{Ll}', u'a', '0', ...) test_word_class 1) Expected [u'\u0939\u093f\u0928\u094d\u0926\u0940'] but got [u'\u0939\u093f\u0928\u094d\u0926\u0940,'] instead 2) Expected [u' ', u','] but got [u' '] instead 3) Expected [u' ', u'\u0939\u093f\u0928\u094d\u0926\u0940', u','] but got [u' ', u'\u0939\u093f\u0928\u094d\u0926\u0940,', u''] instead 4) Expected [u'', u' \u0939', u'\u093f', u'\u0928', u'\u094d', u'\u0926', u'\u0940,', u''] but got [u'', u' \u0939', u'\u093f', u'\u0928', u'\u094d', u'\u0926', u'\u0940', u','] instead Failed 6