OverPoweredDev / Junior

A bookmarking app specialised towards online webnovels. Built in Flutter and Dart.
GNU General Public License v3.0
26 stars 9 forks source link

Add Widget Testing #13

Open OverPoweredDev opened 3 years ago

OverPoweredDev commented 3 years ago

Is your feature request related to a problem? Please describe. The project as it is right now has no testing. Commits are pushed directly to main after a formatting check and while not a problem usually, some tests would really be appreciated.

Describe the solution you'd like modify and update the files in Junior/src/test/

Additional context Thanks to #12, we now have automated testing for the project, but it only consists of a format check and an Empty test that only runs the app and closes it. So all the background stuff is clear, we just need to add widget testing

ShrutiJ-01 commented 3 years ago

I would like to give it a try!

OverPoweredDev commented 3 years ago

Happy to let you!

Just a small note, run these few lines before you send a PR. I'll modify Actions later but till then it complains about even linting issues

flutter format .
flutter analyze .