Exemplo n.º 1
0
def process(directory=None, config=None):
    """Process any applicable files in the directory once through."""
    watcher.process(directory, config)
Exemplo n.º 2
0
 def test_process_files(self):
     process(WATCHER_DIR, copy_new_files=True)
Exemplo n.º 3
0
 def test_process_files(self):
     process(self.DEST_DIR)
Exemplo n.º 4
0
 def test_process_files_with_classifier(self):
     config = osp.join(osp.dirname(__file__), 'test_config.yaml')
     process(self.DEST_DIR, config_file=config)
Exemplo n.º 5
0
def process(directory=None, config=None):
    """Process any applicable files in the directory once through."""
    watcher.process(directory, config)