[issue19873] There is a duplicate function in Lib/test/test_pathlib.py

Vajrasky Kok report at bugs.python.org
Tue Dec 3 09:30:49 CET 2013


New submission from Vajrasky Kok:

Here it is (Lib/test/test_pathlib.py, line 1240):

    def _check_resolve_relative(self, p, expected):
        q = p.resolve()
        self.assertEqual(q, expected)

    def _check_resolve_absolute(self, p, expected):
        q = p.resolve()
        self.assertEqual(q, expected)

----------
components: Tests
messages: 205082
nosy: pitrou, vajrasky
priority: normal
severity: normal
status: open
title: There is a duplicate function in Lib/test/test_pathlib.py
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19873>
_______________________________________


More information about the Python-bugs-list mailing list