Tests for Python Bytes/Unicode distinction

This commit is contained in:
Alec Cooper 2016-01-27 20:28:32 -05:00
commit 17a4143dd0
3 changed files with 121 additions and 0 deletions

View file

@ -65,6 +65,7 @@ CPP_TEST_CASES += \
python_overload_simple_cast \
python_pythoncode \
python_richcompare \
python_strict_unicode \
simutry \
std_containers \
swigobject \