[New-bugs-announce] [issue31043] Tests running twice.

Utkarsh Upadhyay report at bugs.python.org
Wed Jul 26 06:20:49 EDT 2017


New submission from Utkarsh Upadhyay:

Due to a rebase artifact (sorry!), the tests for the datetime module are being run twice:

test_datetime.py:

[...]
        cls.tearDownClass = tearDownClass
    all_test_classes.extend(test_classes)

    all_test_classes.extend(test_classes)

def test_main():
    run_unittest(*all_test_classes)
[...]


Fix coming shortly.

----------
components: Tests
messages: 299218
nosy: musically_ut
priority: normal
severity: normal
status: open
title: Tests running twice.
type: behavior
versions: Python 3.7

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


More information about the New-bugs-announce mailing list