Skip to content

Test Coverage fails for Python methods with quoted names #73

@isc-dchui

Description

@isc-dchui

A Python method named __iter__ is a pretty common pattern, but it breaks TestCoverage because it needs to be defined as Method "__iter__"() [ Language = python ], which is quoted out, resulting in ERROR #5001: Compiled .py code doesn't match .CLS python code

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions