============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
configfile: pytest.ini
collecting ... collected 46 items

tests/test_comparable.py::test_comparable PASSED
tests/test_comparable.py::test_comparable_not_implemented PASSED
tests/test_name_mangler.py::test_word_splitting[one-expected0] PASSED
tests/test_name_mangler.py::test_word_splitting[one two-expected1] PASSED
tests/test_name_mangler.py::test_word_splitting[one two three-expected2] PASSED
tests/test_name_mangler.py::test_word_splitting[ONETwoThree-expected3] PASSED
tests/test_name_mangler.py::test_word_splitting[OneTWOThree-expected4] PASSED
tests/test_name_mangler.py::test_word_splitting[OneTwoTHREE-expected5] PASSED
tests/test_name_mangler.py::test_word_splitting[fromCamelCase-expected6] PASSED
tests/test_name_mangler.py::test_word_splitting[FromPascalCase-expected7] PASSED
tests/test_name_mangler.py::test_word_splitting[from-kebab-case-expected8] PASSED
tests/test_name_mangler.py::test_word_splitting[from_snake_case-expected9] PASSED
tests/test_name_mangler.py::test_word_splitting[FROM_MACRO_CASE-expected10] PASSED
tests/test_name_mangler.py::test_word_splitting[from_Camel_Snake_Case-expected11] PASSED
tests/test_name_mangler.py::test_word_splitting[From_Pascal_Snake_Case-expected12] PASSED
tests/test_name_mangler.py::test_word_splitting[FROM-COBOL-CASE-expected13] PASSED
tests/test_name_mangler.py::test_word_splitting[From-Http-Header-Case-expected14] PASSED
tests/test_name_mangler.py::test_name_mangler[camel-oneTwoThree] PASSED
tests/test_name_mangler.py::test_name_mangler[pascal-OneTwoThree] PASSED
tests/test_name_mangler.py::test_name_mangler[kebab-one-two-three] PASSED
tests/test_name_mangler.py::test_name_mangler[snake-one_two_three] PASSED
tests/test_name_mangler.py::test_name_mangler[macro-ONE_TWO_THREE] PASSED
tests/test_name_mangler.py::test_name_mangler[camel_snake-one_Two_Three] PASSED
tests/test_name_mangler.py::test_name_mangler[pascal_snake-One_Two_Three] PASSED
tests/test_name_mangler.py::test_name_mangler[spongebob-ONE_twO_ThREe] PASSED
tests/test_name_mangler.py::test_name_mangler[cobol-ONE-TWO-THREE] PASSED
tests/test_name_mangler.py::test_name_mangler[http_header-One-Two-Three] PASSED
tests/test_strenum.py::test_isinstance_str PASSED
tests/test_strenum.py::test_value_isinstance_str PASSED
tests/test_strenum.py::test_str_builtin PASSED
tests/test_strenum.py::test_str_equals PASSED
tests/test_strenum.py::test_str_hash PASSED
tests/test_strenum.py::test_str_cmp PASSED
tests/test_strenum.py::test_nonstring_fails PASSED
tests/test_strenum_casefold.py::test_lowercase_auto PASSED
tests/test_strenum_casefold.py::test_uppercase_auto PASSED
tests/test_strenum_name_mangler.py::test_camel_case_auto PASSED
tests/test_strenum_name_mangler.py::test_pascal_case_auto PASSED
tests/test_strenum_name_mangler.py::test_kebab_case_auto PASSED
tests/test_strenum_name_mangler.py::test_snake_case_auto PASSED
tests/test_strenum_name_mangler.py::test_macro_case_auto PASSED
tests/test_strenum_name_mangler.py::test_camel_snake_case_auto PASSED
tests/test_strenum_name_mangler.py::test_pascal_snake_case_auto PASSED
tests/test_strenum_name_mangler.py::test_spongebob_case_auto PASSED
tests/test_strenum_name_mangler.py::test_cobol_case_auto PASSED
tests/test_strenum_name_mangler.py::test_http_header_case_auto PASSED


======== 46 passed ========