Changeset - a1ec25a33de4
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-03-05 17:23:52
brettcsmith@brettcsmith.org
expenseAllocation: Test typos as invalid values.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
tests/test_meta_expenseAllocation.py
Show inline comments
...
 
@@ -29,6 +29,9 @@ VALID_VALUES = {
 

	
 
INVALID_VALUES = {
 
    'invalid',
 
    'porgram',
 
    'adimn',
 
    'fundrasing',
 
    '',
 
}
 

	
0 comments (0 inline, 0 general)