-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing and mocking guide? #109
Comments
Hi @avalanche-tm, We currently do not have a guide on running tests, but might be a good one for me to work on. I think it might make sense to create an easily mocking package for Supabase. In the mean while, the problem is that Flutter's test environment does not allow http request by default. There seems to be a way of overriding this behavior. |
@dshukertjr Thank you very much for quick response and also for all the effort you've put into this project. It's great! |
@dshukertjr Did you happen to ? |
@NonymousMorlock |
@dshukertjr Alright Thanks |
Is there an ETA on this? Thanks |
Is there any guide on how to run code in tests or mock existing services? I tried to do something like this but I always get error 400. User does exist in database and running this same code in Flutter widget works perfectly.
The text was updated successfully, but these errors were encountered: