[issue36678] duplicate method definitions in Lib/test/test_dataclasses.py

Xavier de Gaye report at bugs.python.org
Sat Apr 20 11:55:28 EDT 2019


New submission from Xavier de Gaye <xdegaye at gmail.com>:

As reported in issue 16079, the following methodes are duplicates:

Lib/test/test_dataclasses.py:700 TestCase.test_not_tuple
Lib/test/test_dataclasses.py:1406 TestCase.test_helper_asdict_builtin_containers
Lib/test/test_dataclasses.py:1579 TestCase.test_helper_astuple_builtin_containers
Lib/test/test_dataclasses.py:3245 TestReplace.test_recursive_repr_two_attrs

----------
components: Library (Lib)
messages: 340578
nosy: xdegaye
priority: normal
severity: normal
stage: needs patch
status: open
title: duplicate method definitions in Lib/test/test_dataclasses.py
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36678>
_______________________________________


More information about the Python-bugs-list mailing list