vmware / vmware-openapi-generator

VMware-openapi-generator tool generates open-api documents from vapi metamodel format.
Other
23 stars 19 forks source link

unit test cases added #39

Closed VamshikShetty closed 5 years ago

VamshikShetty commented 5 years ago

test cases added for following functions:

  1. post_process_path
  2. get_response_object_name
  3. is_type_builtin
  4. metamodel_to_swagger_type_converter
  5. visit_builtin
  6. build_path
  7. clean_up
  8. remove_query_parameter
  9. remove_com_vmware_from_dict
vmwclabot commented 5 years ago

@VamshikShetty, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.