diff tests/test_processing_base.py @ 85:3471ffa059b2

Add a `BakeScheduler` to handle build dependencies. Add unit-tests.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 03 Sep 2014 17:27:50 -0700
parents 485682a6de50
children 133845647083
line wrap: on
line diff
--- a/tests/test_processing_base.py	Wed Sep 03 17:26:38 2014 -0700
+++ b/tests/test_processing_base.py	Wed Sep 03 17:27:50 2014 -0700
@@ -5,7 +5,7 @@
 
 
 def _get_pipeline(fs, **kwargs):
-    app = fs.getApp()
+    app = fs.getApp(cache=False)
     mounts = [os.path.join(app.root_dir, 'assets')]
     return ProcessorPipeline(app, mounts, fs.path('counter'),
             num_workers=1, **kwargs)