Skip to content

Commit 27c7cfc

Browse files
committed
fixup! Add test on yaml runner on tbs cache with neutralized variable
1 parent e765ec0 commit 27c7cfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/core/tools/test_runner/test_yaml_runner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ def apply_reform(self, path):
2727
def load_extension(self, extension):
2828
pass
2929

30+
def neutralize_variable(self, variable_name):
31+
pass
32+
3033
def entities_by_singular(self):
3134
return {}
3235

@@ -146,6 +149,7 @@ def test_tax_benefit_systems_with_neutralized_variables():
146149
re_tax_benefit_system = _get_tax_benefit_system(baseline, 'r', ['e'], [])
147150
ren_tax_benefit_system = _get_tax_benefit_system(baseline, 'r', ['e'], ['n'])
148151
n_tax_benefit_system = _get_tax_benefit_system(baseline, [], [], ['n'])
152+
149153
assert re_tax_benefit_system != ren_tax_benefit_system
150154
assert ren_tax_benefit_system != n_tax_benefit_system
151155

0 commit comments

Comments
 (0)