Cleanup: run autopep8 on tests/
This commit is contained in:
@@ -12,6 +12,7 @@ try:
|
||||
except ImportError:
|
||||
np = None
|
||||
|
||||
|
||||
class TestHelper:
|
||||
|
||||
@property
|
||||
@@ -179,7 +180,6 @@ class TestIdPropertyGroupView(TestHelper, unittest.TestCase):
|
||||
self.assertEqual(len(group), len(text))
|
||||
self.assertEqual(list(iter(group)), text)
|
||||
|
||||
|
||||
def test_contains(self):
|
||||
# Check `idprop.types.IDPropertyGroupView{Keys/Values/Items}.__contains__`
|
||||
text = ["A", "B", "C"]
|
||||
|
||||
Reference in New Issue
Block a user