pyresttest
pyresttest copied to clipboard
Case insensitive string comparator
Implementation of case insensitive comparator as described in issue #148
Utilizing built-in str.lower() for implementation assuming mostly english character set
Fixes #148
Can one of the admins verify this patch?