• Kirill Smelkov's avatar
    golang_str: tests: Adjust test_strings_index2 not to depend on repr(ustr|bstr) · 9e2dab50
    Kirill Smelkov authored
    repr(ustr|bstr) will change behaviour depending on whether we are
    running under regular python, or gpython with string types replaced by
    bstr/ustr. But this test is completely orthogonal to that. -> Let's
    untie it from particular repr behaviour by emitting verified items in
    quoted form + asserting their types in the code.
    9e2dab50
golang_test_str_index2.py 1.9 KB