Lines Matching refs:patch
21 @mock.patch('os.environ', {})
22 @mock.patch('sys.argv', [__file__])
26 @mock.patch('os.environ', {'GYP_GENERATOR_FLAGS': 'output_dir=envfoo'})
27 @mock.patch('sys.argv', [__file__])
31 @mock.patch('os.environ', {'GYP_GENERATOR_FLAGS': 'output_dir=envfoo'})
32 @mock.patch('sys.argv', [__file__, '-Goutput_dir=cmdfoo'])
36 @mock.patch('os.environ', {})
37 @mock.patch('sys.argv', [__file__, '-G', 'output_dir=foo'])
43 @mock.patch('os.environ', {})
47 @mock.patch('os.environ', {})
48 @mock.patch('sys.argv', [__file__, '-D', 'foo=bar'])
52 @mock.patch('os.environ', {})
53 @mock.patch('sys.argv', [__file__, '-D', 'foo'])
57 @mock.patch('os.environ', {})
58 @mock.patch('sys.argv', [__file__, '-D', 'foo=bar', '-Dbaz'])