From 910af82db286c12414b2abc252c484bcaaa9beb4 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 28 Feb 2019 11:20:58 -0500 Subject: Update SConf tests to add scan arg to mocked out Node children() method since this is now used by SConf's logic --- src/engine/SCons/SConfTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/SCons/SConfTests.py b/src/engine/SCons/SConfTests.py index cf8a7fb..ff544f5 100644 --- a/src/engine/SCons/SConfTests.py +++ b/src/engine/SCons/SConfTests.py @@ -194,7 +194,7 @@ class SConfTestCase(unittest.TestCase): pass def add_post_action(self, *actions): pass - def children(self): + def children(self, scan = 1): return [] def get_state(self): return self.state -- cgit v0.12