diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-22 17:27:21 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-22 17:27:21 -0500 |
commit | 2268dd43b599c691dc38c45afa5569eaf02963ef (patch) | |
tree | 58d40f34f22337bf006e804e75318c7c37ad9aaf /tests/test_vba.py | |
parent | 3c4207d777a31914eeb76fb19e9ddd4ac34575f0 (diff) |
additional words for the keyboard testing
Diffstat (limited to 'tests/test_vba.py')
-rw-r--r-- | tests/test_vba.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_vba.py b/tests/test_vba.py index 8527e7b..f8bdaa6 100644 --- a/tests/test_vba.py +++ b/tests/test_vba.py @@ -254,6 +254,10 @@ class VbaTests(unittest.TestCase): "pythoN", "python", "PyThOn", + "Zot", + "Death", + "Hiro", + "HIRO", ] self.bootstrap_name_prompt() |