scipy / scipy_doctest

Floating-point aware doctesting
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

MAINT: use super() in DTRunner #126

Closed ev-br closed 6 months ago

ev-br commented 6 months ago

Explicit doctest.DocTestRunnner(self, ...) are from python 2 era where doctest was using old-style classes (yes indeed).