Hi everybody ! I'm trying to implement test using pytest and specially creating a mock client.
Is there an example for this ? As the flask realworld example seems outdated.
v
vroldanbet
01/13/2023, 9:33 AM
I'm not aware of client mocks. We generally recommend using the
serve-testing
or the GitHub Action that spins
serve-testing
container for you. @jzelinskie@Joey do you know of any python mock clients?