make-selection 1.1.1__tar.gz → 1.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: make_selection
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Package for interactive command line menu
5
5
  Author-email: Steven Frazee <stevefrazee123@gmail.com>
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "make_selection"
3
- version = "1.1.1"
3
+ version = "1.1.2"
4
4
  authors = [
5
5
  { name="Steven Frazee", email="stevefrazee123@gmail.com" },
6
6
  ]
@@ -17,8 +17,8 @@ def test_keys():
17
17
  ("Press backspace \u232b", (KeyCode.DELETE_CHAR, None)),
18
18
  ("Press lowercase a", (KeyCode.SEARCHABLE, 'a')),
19
19
  ("Press uppercase A", (KeyCode.SEARCHABLE, 'A')),
20
- ("Press number 7", (KeyCode.SEARCHABLE, '7')),
21
- ("Press pound #", (KeyCode.SEARCHABLE, '#')),
20
+ ("Press number 1", (KeyCode.SEARCHABLE, '1')),
21
+ ("Press exclamation !", (KeyCode.SEARCHABLE, '!')),
22
22
  ("Press ctl+c", (KeyCode.CANCEL, None)),
23
23
  ]
24
24
  num_errors = 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: make_selection
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Package for interactive command line menu
5
5
  Author-email: Steven Frazee <stevefrazee123@gmail.com>
6
6
  Classifier: License :: OSI Approved :: MIT License
File without changes
File without changes
File without changes