Home
last modified time | relevance | path

Searched refs:NULL_FEATURE (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/
Dbazel_mode_unittest.py181 enabled_features={bazel_mode.Features.NULL_FEATURE})
193 enabled_features={bazel_mode.Features.NULL_FEATURE})
201 bazel_mode.Features.NULL_FEATURE.arg_flag,
213 enabled_features={bazel_mode.Features.NULL_FEATURE})
218 enabled_features={bazel_mode.Features.NULL_FEATURE})
1733 args = parser.parse_args([bazel_mode.Features.NULL_FEATURE.arg_flag])
1735 self.assertListEqual([bazel_mode.Features.NULL_FEATURE],
Dbazel_mode.py75 NULL_FEATURE = ('--null-feature', 'Enables a no-action feature.', True) variable in Features