Part of lp.registry.tests.test_prf_filter View In Hierarchy
Method | testNoFilters | Filter.check returns None if there are no filters. |
Method | makeFilter | Undocumented |
Method | testNotMatching | Filter.check returns None if doesn't match a filter. |
Method | testNoMatchingSlashes | Filter.check that the glob does not match slashes. |
Method | testReturnsMatching | Filter.check returns the matching keyword. |
Method | testGlobSubdir | Undocumented |
Method | testReturnsNonMatchingBase | Filter.check returns None if the base does not match. |