PAException / engelsburg-planer

An app that displays information about the Engelsburg-Gymnasium and can be used for managing grades, timetable and tasks
https://engelsburg-planer.de
2 stars 1 forks source link

Introduce tests and workflows to run them #41

Open PAException opened 10 months ago

PAException commented 10 months ago

https://docs.flutter.dev/testing/overview

Unit tests

Widget tests

Integration tests

other

mock http and api requests for integration testing (https://docs.flutter.dev/cookbook/testing/unit/mocking)

PAException commented 10 months ago

For CI/CD: https://github.com/marketplace/actions/flutter-action