Commit 4d119c5
committed
doctest_docutils(refactor[DocutilsDocTestFinder]): Remove dead _from_module method
why: Method is unreachable and would fail if called
what:
- Remove _from_module override from DocutilsDocTestFinder
- Method called super()._from_module() but class has no parent
- Copied from pytest's MockAwareDocTestFinder but not applicable here
- DocutilsDocTestFinder parses documents, not Python modules
- Remove unused functools import1 parent 112d89a commit 4d119c5
1 file changed
Lines changed: 0 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
402 | 401 | | |
403 | 402 | | |
404 | 403 | | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | 404 | | |
432 | 405 | | |
433 | 406 | | |
| |||
0 commit comments