https://github.com/govinddixit/movie-app
A flutter App to demonstrate Unit testing, Integration Testing and widget testing
https://github.com/govinddixit/movie-app
Last synced: 3 months ago
JSON representation
A flutter App to demonstrate Unit testing, Integration Testing and widget testing
- Host: GitHub
- URL: https://github.com/govinddixit/movie-app
- Owner: GOVINDDIXIT
- Created: 2020-02-27T14:56:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T16:42:56.000Z (over 6 years ago)
- Last Synced: 2025-09-01T03:51:02.632Z (11 months ago)
- Language: Dart
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Movie App
A flutter App to demonstrate Unit testing, Integration Testing and widget testing
### Tests
- [Unit tests](https://github.com/GOVINDDIXIT/Movie-app/tree/master/test/unit_test)
- [Integration tests](https://github.com/GOVINDDIXIT/Movie-app/tree/master/test/integration_test)
- Widget tests: coming soon