Closed atm1504 closed 5 years ago
What is an implementation test?
Also, this test is useless
What is an implementation test?
Also, this test is useless
I wrote implementation test by mistake. I have corrected it. When I went through the code base under the test section, I found an instrumentation test is present for every almost every activity. So, I added this test for the device activity, which was missing.
Instrumention tests are not even being run on CI. Because they are useless. They are not testing anything
Instrumention tests are not even being run on CI. Because they are useless. They are not testing anything
Should I remove it from other activities also? Similar tests are present there also.
Let them be. They're not getting executed
Okk, so I am closing this pr and the corresponding issue
Fixes #2351 2351
Changes: Added instrumentation test for device activity
Screenshots for the change: No relevant UI changes