Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoviola committed Feb 16, 2017
1 parent 137a171 commit 4a47eff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ class BuildTest(TestCase):

TESTS_DIR = 'tests_data'
EXAMPLES = {
'ejemplo': [[]],
'ejemplo_no_config': [[]],
'ejemplo_2': [[]],
'ejemplo_single': [[], ['--exclude-index', '--BASE_FILENAME=index_excluded']]
'ejemplo': [['--YEAR=2016']],
'ejemplo_no_config': [['--YEAR=2016']],
'ejemplo_2': [['--YEAR=2016']],
'ejemplo_single': [['--YEAR=2016'], ['--YEAR=2016', '--exclude-index', '--BASE_FILENAME=index_excluded']]
}

@classmethod
Expand Down

0 comments on commit 4a47eff

Please sign in to comment.