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

Unit testing? #47

Open
TheOpenSourceNinja opened this issue Dec 3, 2016 · 1 comment
Open

Unit testing? #47

TheOpenSourceNinja opened this issue Dec 3, 2016 · 1 comment

Comments

@TheOpenSourceNinja
Copy link

TheOpenSourceNinja commented Dec 3, 2016

I'd like to start working on the undo feature (issue #37). Since the possibility of crashing is mentioned in that issue's discussion, I'd feel more comfortable if we had some sort of testing procedure; something more formal than just running it on my phone and hoping it doesn't crash. I think setting up a bunch of unit tests might be the solution - since unit tests are usually run in an automated way, I think I could probably set up a bunch of emulators representing different types of devices, then run the unit tests on each emulator automatically.

I don't know if running tests like that is actually possible with the Android SDK & emulators, nor do I know how to create unit tests for an Android app.

Thoughts?

@valerio-bozzolan
Copy link
Owner

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants