Skip to content

Improve code coverage of unit tests #268

@tleonhardt

Description

@tleonhardt

Over time our code coverage has slowly declined from a high watermark of 97% to a current value around 87%. This has primarily been do to new features getting added which have incomplete code coverage.

We should all make an effort to increase code coverage for the 0.9.1 release. This will likely be a tricky and time consuming effort because a lot of the uncovered code is particularly difficult to unit test.

But on the positive side, our unit tests now run much, much more quickly after the migration from pyparsing to shlex. So adding more unit/integration tests should be fine from a performance perspective.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions