summaryrefslogtreecommitdiff
blob: 9702f96ccd71711006c710bc0315f5d39f6065e7 (plain)
1
2
3
4
5
6
7
8
9
from snakeoil.test.slot_shadowing import SlotShadowing


class Test_slot_shadowing(SlotShadowing):
    target_namespace = "pkgcore"
    ignore_all_import_failures = True

    def _default_module_blacklister(self, target):
        return target in self.module_blacklist or target.startswith("pkgcore.test.")