| 1169 | |
| 1170 | |
| 1171 | class TestMixedStrFunction(_EnumTests, _MixedOutputTests, unittest.TestCase): |
| 1172 | enum_type = Enum('enum_type', type=str) |
| 1173 | |
| 1174 | |
| 1175 | class TestMixedIntFlagClass(_EnumTests, _MixedOutputTests, _FlagTests, unittest.TestCase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…