testing library

Test doubles for packages consuming simple_network_handler_supabase.

Import in tests only: import 'package:simple_network_handler_supabase/testing.dart';

Classes

FakeSupabaseHandler
In-memory SupabaseHandler double for unit-testing repositories and cubits without the Supabase SDK. Mirrors FakeNetworkHandler from package:simple_network_handler/testing.dart — see it for usage.