GetStream / stream-video-flutter

Flutter Video SDK - Build your own video app experience using Dart, Flutter and the Stream Video Messaging API.
https://getstream.io/video/docs/flutter/
Other
37 stars 11 forks source link

Add testing framework #627

Open Nash0x7E2 opened 1 month ago

Nash0x7E2 commented 1 month ago

At the moment, we are not set up with any testing/mocking libraries for stream_video_flutter.

As we move towards a more mature API layer, let's begin exploring a testing/mocking framework for critical paths and components.

Nash0x7E2 commented 1 month ago

Mocktail looks good, we also use it on chat: https://github.com/felangel/mocktail/tree/main/packages/mocktail