federicoiosue / Omni-Notes

Open source note-taking application for Android
https://omninotes.app
GNU General Public License v3.0
2.67k stars 1.11k forks source link

Added some test cases #750

Closed sunflower0309 closed 4 years ago

federicoiosue commented 4 years ago

Great job mate, testing and code cleaning are the best ways to contribute right now!

One question, that is actually blocking the release of the next beta version: have you been able to launch ALL the tests in the project? I don't know the reason but both from IDE and ./gradlew connectedAndroidTestonly some tests are runned

sunflower0309 commented 4 years ago

Great job mate, testing and code cleaning are the best ways to contribute right now!

One question, that is actually blocking the release of the next beta version: have you been able to launch ALL the tests in the project? I don't know the reason but both from IDE and ./gradlew connectedAndroidTestonly some tests are runned

I just tried and can't run all the tests either, the unit tests worked well, but some android tests are ignored, I'm trying to find the reason