mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
More Test and Flake8 Cleanup
- Allow flake8 to check more files as well.
This commit is contained in:
@@ -11,6 +11,8 @@ from ..gui.table import Table, GUITable, Row
|
||||
|
||||
|
||||
class TestRow(Row):
|
||||
__test__ = False
|
||||
|
||||
def __init__(self, table, index, is_new=False):
|
||||
Row.__init__(self, table)
|
||||
self.is_new = is_new
|
||||
@@ -28,6 +30,8 @@ class TestRow(Row):
|
||||
|
||||
|
||||
class TestGUITable(GUITable):
|
||||
__test__ = False
|
||||
|
||||
def __init__(self, rowcount, viewclass=CallLogger):
|
||||
GUITable.__init__(self)
|
||||
self.view = viewclass()
|
||||
|
||||
Reference in New Issue
Block a user