Lines Matching full:environment
7 Tests for environment.py classes' methods
17 import twisterlib.environment
170 parser = twisterlib.environment.add_parse_arguments()
181 mock.patch('twisterlib.environment' \
185 twisterlib.environment.parse_arguments(parser, args)
197 parser = twisterlib.environment.add_parse_arguments()
207 twisterlib.environment.parse_arguments(parser, args)
219 parser = twisterlib.environment.add_parse_arguments()
221 with mock.patch('twisterlib.environment.PYTEST_PLUGIN_INSTALLED', True):
222 twisterlib.environment.parse_arguments(parser, args)
244 parser = twisterlib.environment.add_parse_arguments()
246 options = twisterlib.environment.parse_arguments(parser, args)
326 twister_env = twisterlib.environment.TwisterEnv(options=options)
353 twister_env = twisterlib.environment.TwisterEnv(options=options)
364 twisterlib.environment.TwisterEnv,
368 twisterlib.environment.TwisterEnv,
371 mock.patch('twisterlib.environment.datetime', mock_datetime):
457 twister_env = twisterlib.environment.TwisterEnv(options=options)
535 results = twisterlib.environment.TwisterEnv.run_cmake_script(args)
585 twister_env = twisterlib.environment.TwisterEnv(options=options)
588 twisterlib.environment.TwisterEnv,