Exemplo n.º 1
0
 def test_simple(self):
     assert _get_commit_file_changes(
         self.commits, self.path_name_set) == self.file_changes
Exemplo n.º 2
0
 def test_simple(self):
     assert _get_commit_file_changes(self.commits, self.path_name_set) == self.file_changes
Exemplo n.º 3
0
 def test_no_valid_paths(self):
     assert [] == _get_commit_file_changes(self.commits, {"/"})
Exemplo n.º 4
0
 def test_no_valid_paths(self):
     assert [] == _get_commit_file_changes(self.commits, {'/'})