Codebase list python-faraday / 62d1b14 tests / test_command_generate_apidocs.py
62d1b14

Tree @62d1b14 (Download .tar.gz)

test_command_generate_apidocs.py @62d1b14raw · history · blame

1
2
3
4
5
from faraday.server.commands.app_urls import openapi_format


def test_openapi_format(session):
    openapi_format(format="yaml", no_servers=True)