Skip to content

Commit d1e49df

Browse files
author
Matthias Koefferlein
committed
Added a smoke test
1 parent 97b6d82 commit d1e49df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

testdata/pymod/import_lay.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ def test_2(self):
5353
p.name = "u"
5454
self.assertEqual(p.name, "u")
5555

56+
def test_3(self):
57+
58+
# smoke test (issue #2154)
59+
x = lay.Cursor.Arrow
60+
x = lay.ButtonState.ShiftKey
61+
x = lay.KeyCode.Escape
62+
5663
# run unit tests
5764
if __name__ == '__main__':
5865
suite = unittest.TestSuite()

0 commit comments

Comments
 (0)