Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_strxfrm

self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x00000208d3ca9830>

    def test_strxfrm(self):
            # TODO more tests would be nice
            import _locale
    
            _locale.setlocale(_locale.LC_ALL, "C")
            a = "1234"
            b = _locale.strxfrm(a)
>           assert a is not b
E           (application-level) AssertionError: assert '1234' is not '1234'

[d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\pypy\module\_locale\test\test_locale.py:186]:8: AssertionError
builder: own-win-x86-64 build #2231
test: pypy/module/_locale/test/test_locale/py/AppTestLocaleTrivia/()/test_strxfrm