Changeset - a1ec25a33de4
[Not reviewed]
0 1 0
Brett Smith - 5 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
...
 
@@ -28,8 +28,11 @@ VALID_VALUES = {
 
}
 

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

	
 
@pytest.mark.parametrize('src_value,set_value', VALID_VALUES.items())
0 comments (0 inline, 0 general)