#ENH: Deprecate `discretize.tests.OrderTest` in favor of using the underlying functions.
jcapriot opened this issue · comments
As we move to a more pytest
aware testing scheme, we should deprecate the OrderTest
class. It's functionality is basically just an alternative to using pytest
's fixtures.