ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

Fixed use of getargspec #56

Closed jonikula closed 5 years ago

jonikula commented 6 years ago

Status

READY

Description

Python 3 has deprecated getargspec in inspect. Use getfullargspec instead with python 3.

jonikula commented 6 years ago

Fails because of https://github.com/ARMmbed/icetea/pull/57

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 465


Changes Missing Coverage Covered Lines Changed/Added Lines %
icetea_lib/tools/tools.py 4 5 80.0%
<!-- Total: 19 20 95.0% -->
Files with Coverage Reduction New Missed Lines %
icetea_lib/tools/tools.py 1 65.58%
icetea_lib/Events/EventMatcher.py 3 88.57%
icetea_lib/LogManager.py 9 75.97%
<!-- Total: 13 -->
Totals Coverage Status
Change from base Build 456: 0.3%
Covered Lines: 4932
Relevant Lines: 7060

💛 - Coveralls
jonikula commented 5 years ago

@jupe can you review please.