djangoflow / list_bloc

BLoC management of simple, filtered, sorted and paged lists.
3 stars 10 forks source link

create unit tests #2

Closed ayushin closed 1 year ago

ayushin commented 4 years ago

Create unit tests for list_bloc and flutter_list_bloc packages.

adar2378 commented 1 year ago

list_bloc is done, flutter_list_bloc needs to be done.

aniketambore commented 1 year ago

Regarding the flutter_list_bloc package, which implements widgets using the list_bloc package, it's worth considering whether widget tests would be more appropriate than unit tests?

Since the flutter_list_bloc package contains Flutter-specific code instead of pure dart code like list_bloc package, conducting widget tests can provide a more comprehensive validation of its functionality.

adar2378 commented 1 year ago

@aniketambore Absolutely correct! https://github.com/djangoflow/list_bloc/issues/19 There's an already existing issue that tracks it.

adar2378 commented 1 year ago

Closing this as completed for now