amfoss / amfoss/ammentor-mobile
Write widget tests for all widgets
- Lenguaje dominante
- Dart
- Estrellas
- 2
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Overview
Write widget tests for all the widgets present in the project to ensure that they render and behave correctly.
### Acceptance criteria
- [ ] Every widget in the project has a corresponding _test.dart file under the test directory
- [ ] Each test renders without throwing error, displays correct UI elements, responds correctly to user interactions and handles edge cases
- [ ] All test are passed when `flutter test` is run
### Resources
[Introduction to widget testing](https://docs.flutter.dev/cookbook/testing/widget/introduction)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.