Tool function to parse test codes

This commit is contained in:
Vivek Santayana 2022-06-12 21:04:21 +01:00
parent 8439d99949
commit 52b44128fa

View File

@ -0,0 +1,2 @@
def parse_test_code(code):
return code.replace('', '').lower()