Skip to content

Commit

Permalink
Removing test assertions for removed functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-bunn committed Nov 6, 2017
1 parent d11fe1f commit c9d800e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/rules/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,5 @@ def test_application(self):

for (from_file, to_file, result_file,) in \
zip(pre_paths, sanded_paths, post_paths):
print((from_file, to_file, result_file,))
applied = self.paper.apply(from_file, to_file)
print(applied)
self.assertEqual(applied, to_file)
self.assertTrue(filecmp.cmp(to_file, result_file))

0 comments on commit c9d800e

Please sign in to comment.