Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a if-statement at build_spec checking add default 200 response or not. #116

Merged
merged 3 commits into from
Jul 2, 2019

Commits on Jun 27, 2019

  1. Add a if-statement when build_spec method

    The if-statement is to check a responses is empty or not to decide add a de-
    fault 200 response or not.
    jackey8616 committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    1d8d7d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Fit black codestyle & fix some test case

    Fix test case at test_response with removing default 200 status code.
    But test_swagger_endpoint_redirect still have a status code 302, not sure what
     this for.
    jackey8616 committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    eeeb892 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    e624f44 View commit details
    Browse the repository at this point in the history