We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b6d82 commit d1e49dfCopy full SHA for d1e49df
testdata/pymod/import_lay.py
@@ -53,6 +53,13 @@ def test_2(self):
53
p.name = "u"
54
self.assertEqual(p.name, "u")
55
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
63
# run unit tests
64
if __name__ == '__main__':
65
suite = unittest.TestSuite()
0 commit comments