Created by: matthewjchou
Added a flag to skip any case conversion for operationId ie. operationId: 'addPet' does not change to 'add_pet' when using a python generator
Added test cases for checking that the flag sets the correct variables in WorkFlowSettings/CodegenConfig Added test case for checking that the operationId is not modified when the flag is set in the PythonClientTest test file