Skip to content

Commit c845425

Browse files
committed
removes legacy test
1 parent 604e9cc commit c845425

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/units/test_style.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,3 @@ def error(self, lno, offset, text, check):
9696

9797
report = stylez.check_files(python_files)
9898
self.assertEqual(report.total_errors, 0, 'PEP8 formatting errors were found.')
99-
100-
def test_no_legacy_interfaces(self):
101-
for unit in get_all_entry_points():
102-
self.assertFalse(hasattr(unit, 'interface') and callable(unit.interface))

0 commit comments

Comments
 (0)