Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Widget Testing #13

Open
OverPoweredDev opened this issue Oct 4, 2021 · 2 comments
Open

Add Widget Testing #13

OverPoweredDev opened this issue Oct 4, 2021 · 2 comments
Labels
Enhancement New feature or request Help Wanted Extra attention is needed

Comments

@OverPoweredDev
Copy link
Owner

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

@OverPoweredDev OverPoweredDev added Enhancement New feature or request Help Wanted Extra attention is needed hacktoberfest labels Oct 4, 2021
@ShrutiJ-01
Copy link

I would like to give it a try!

@OverPoweredDev
Copy link
Owner Author

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants