enthought / traits

Observable typed attributes for Python classes
Other
432 stars 85 forks source link

Rename various test-related classes to avoid pytest treating them as tests #1684

Closed mdickinson closed 2 years ago

mdickinson commented 2 years ago

This PR renames a mixin class to avoid Pytest trying to run it as a test class in its own right.

EDIT: Updated to rename a few more classes that Pytest otherwise tries to interpret as test classes.