Hi everybody ! I'm trying to implement test using ...
# spicedb
u
Hi everybody ! I'm trying to implement test using pytest and specially creating a mock client. I wish to avoid using serve-testing. Is it possible ? If it is, is there an example for this ? As the flask realworld example seems outdated.
v
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?