[issue39664] Improve test coverage for operator module

Karthikeyan Singaravelan report at bugs.python.org
Mon Feb 17 11:23:29 EST 2020


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

This ticket adds tests for operator module where some of the parts where not tested. Current coverage stands at 96.23% [0]. The added tests will get it closer to 100% and will help in testing the Python implementation of operator module.

[0] https://codecov.io/gh/python/cpython/branch/master/history/Lib/operator.py

----------
components: Tests
messages: 362150
nosy: xtreak
priority: normal
severity: normal
status: open
title: Improve test coverage for operator module
type: behavior
versions: Python 3.9

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


More information about the Python-bugs-list mailing list