Searched refs:is_test_env (Results 1 – 2 of 2) sorted by relevance
60 is_test_env: bool = False variable in IntegrationTestConfiguration82 if ANDROID_BUILD_TOP_KEY not in os.environ and self._config.is_test_env:271 if isinstance(step, self._TestStep) and self.get_config().is_test_env:572 if test_cls.get_config().is_test_env:600 is_in_test_env = lambda test: test.get_config().is_test_env774 if config.is_test_env and config.is_tar_snapshot:827 exit=config.is_test_env,916 config.is_test_env = args.test or is_build_test_unset970 if config.is_build_env ^ config.is_test_env:975 build_config.is_test_env = False
160 if self._config.is_test_env or not snapshot_ready: