orgzly / orgzly-android

Outliner for taking notes and managing to-do lists
https://www.orgzly.com
GNU General Public License v3.0
2.7k stars 304 forks source link

POC: unit test execution without instrumentation #925

Open emilsenan opened 2 years ago

emilsenan commented 2 years ago

Hi, I noticed that there are some tests which are not necessarily need to be executed as instrumented android tests. As a proof of concept, I tried to turn the QueryTest into normal unit test and it did work well. I would like to take some time and effort to refactor production and test code in order to move away pure unit tests out of androidTest package. Please let me know what do you think about it. Thank you!