Skip to content

Commit 8094269

Browse files
author
Mauko Quiroga
committed
Enable output capture in openfisca test
1 parent 786d0ff commit 8094269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfisca_core/tools/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_tests(tax_benefit_system, paths, options = None):
6464
6565
"""
6666

67-
argv = ["--capture", "no"]
67+
argv = []
6868

6969
if options.get('pdb'):
7070
argv.append('--pdb')

0 commit comments

Comments
 (0)