svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

Case insensitive string comparator #220

Open shepherdjay opened 7 years ago

shepherdjay commented 7 years ago

Implementation of case insensitive comparator as described in issue #148

Utilizing built-in str.lower() for implementation assuming mostly english character set

Fixes #148

svanoort-jenkins commented 7 years ago

Can one of the admins verify this patch?