Home | History | Annotate | Download | only in lib

Lines Matching refs:source_dir

193   def copy_test_configuration(self, source_dir, dest_dir):
195 Copies the test configuration from the specified source_dir
202 for root, dirs, files in os.walk(source_dir):
209 destination = source.replace(source_dir, dest_dir)
215 destination = source.replace(source_dir, dest_dir)