Skip to content

Commit

Permalink
testing: python: allow test data dirnames to be importable
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Aug 18, 2013
1 parent ba46c27 commit d0bdb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/test/test_mcsc.py
Expand Up @@ -15,10 +15,10 @@ def _get_data_path():

SRC_PATH = _get_src_path()
DATA_PATH = _get_data_path()
cal_dirnames = ['caldata20130726_122220', 'DATA20100906_134124' ]

def test_mcsc():
paths = ['caldata20130726_122220', 'DATA20100906_134124' ]
for path in paths:
for path in cal_dirnames:
yield check_mcsc, path

def check_mcsc(path):
Expand Down

0 comments on commit d0bdb7e

Please sign in to comment.