Skip to content

Remove unitary tests of private methods #125

@martin-s-a

Description

@martin-s-a

With time, they tend to become problematic to test, and likely future versions of Python might outright prevent external access to those private methods following name mangling.

Substitute unitary tests of private methods with tests to public methods that include their behaviour.
Only test public interfaces.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions