Trying to rework the indentation stack.

This commit is contained in:
Dave Halter
2017-06-12 23:52:27 +02:00
parent 5f14382103
commit 7981a309d1
2 changed files with 64 additions and 38 deletions

View File

@@ -30,12 +30,15 @@ class TestP4Poller(unittest.TestCase):
if True:
#: E101:0
foo(1,
#: E101:0
2)
def test_keys(self):
"""areas.json - All regions are accounted for."""
expected = set([
#: E101:0
u'Norrbotten',
#: E101:0
u'V\xe4sterbotten',
])
if True: