File size: 153 Bytes
ca2386d
 
 
 
 
1
2
3
4
5
6
def test_import_main_app():
    # Smoke-test: ensure the FastAPI app can be imported.
    from main import app  # noqa: F401

    assert app is not None