Part of lp.services.features.testing View In Hierarchy
Known subclasses: lp.services.features.testing.FeatureFixture, lp.services.features.testing.MemoryFeatureFixture
| Method | __init__ | Constructor. | 
| Method | makeNewRules | Make a set of new feature flag rules. | 
| Method | _setUp | Set the feature flags that this fixture is responsible for. | 
| Parameters | features_dict | A dictionary-like object with keys and values that are flag names and those flags' settings. | 
| override_scope_lookup | If non-None, an argument that takes a scope name and returns True if it matches. If not specified, scopes are looked up from the current request. |