Commit 8d16cee
committed
Fix: Preventing from collecting imported classes
would collect imported classes e.g. those from core sklearn, for testing, which is undesired behavior, the fix filters away any classes that are not from the imported module i.e. they are not defined within target module1 parent f98fbef commit 8d16cee
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
0 commit comments