Skip to content

Commit

Permalink
[refs #78 #10 #74] Fixing tests after multiple path and configuration…
Browse files Browse the repository at this point in the history
… chagnes
  • Loading branch information
carlio committed Jan 2, 2015
1 parent 4df8a35 commit ef1ff3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/finder/test_file_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class TestSysPath(TestCase):

def _run_test(self, name, expected):
root = os.path.join(os.path.dirname(__file__), 'testdata', name)
files = find_python([], root)
files = find_python([], [root], explicit_file_mode=False)

expected = [os.path.join(root, e).rstrip(os.path.sep) for e in expected]
actual = files.get_minimal_syspath()
Expand Down

0 comments on commit ef1ff3b

Please sign in to comment.