Skip to content
Discussion options

You must be logged in to vote

Hi,

You can refer to this example.

So you will still need to prepare a FastAPI app object even if it's not testing a FastAPI endpoint, then call register_app(app), finally use app.dependency_overrides[dependencies.PublishingService] = lambda: mock_publishing_service to override the dependency getter function.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Hughes1978
Comment options

@JasperSui
Comment options

Answer selected by JasperSui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants