Skip to content

Commit

Permalink
Merge pull request #21 from ncoghlan/increase-all-paths-coverage
Browse files Browse the repository at this point in the history
Increase all-paths coverage
  • Loading branch information
palaviv committed Oct 8, 2018
2 parents 6732088 + 078be2a commit 525a615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_walkdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ def test_all_paths(self):
included_dirs=['sub*'],
excluded_dirs=['*2'],)
self.assertPathsEqual(filtered_paths, all_paths(walk_iter))
self.assertPathsEqual([], all_paths(iter(())))

def test_dir_paths(self):
self.assertPathsEqual(expected_dir_paths, dir_paths(self.filtered_walk()))
Expand Down

0 comments on commit 525a615

Please sign in to comment.