Apply suggestions from code review of branch 523-improve-validation-checks
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
parent
f52ce85b3e
commit
7a17c92d3e
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ def test_make_name_safe_reserved_names_false_positives():
|
|||
assert make_name_safe("CONSTANT") == "CONSTANT"
|
||||
assert make_name_safe("CON2") == "CON2"
|
||||
assert make_name_safe("ICON") == "ICON"
|
||||
assert make_name_safe("CHILLI CON CARNE") == "CHILLI CON CARNE"
|
||||
|
||||
|
||||
def test_make_path_safe_basic():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue