commit | 614792f123bba675181cfe9b070c02a9b5382f56 | [log] [tgz] |
---|---|---|
author | Eric Lin <ericth@google.com> | Thu Mar 10 10:14:05 2022 +0000 |
committer | Eric Lin <ericth@google.com> | Thu Mar 10 10:47:01 2022 +0000 |
tree | 1a93594e4f6fe8534797a7055937bc71138916ce | |
parent | fc431fa3f9b9726b6c33075e5ee2013ebe1a52a0 [diff] [blame] |
Refactor test scripts. Move helper classes to test_helper folder. Only test case files in the first level. Test: atest -v CtsSeekerDiscoverProviderTest BUG: 214015364 Change-Id: I088adcb647d01ac558ce7dd1fea880821d59028e
diff --git a/nearby/tests/multidevices/host/Android.bp b/nearby/tests/multidevices/host/Android.bp index b0adfba..bad8a26 100644 --- a/nearby/tests/multidevices/host/Android.bp +++ b/nearby/tests/multidevices/host/Android.bp
@@ -37,6 +37,5 @@ python_library_host { name: "NearbyMultiDevicesHostHelper", - srcs: ["*.py"], - exclude_srcs: ["*_test.py"], + srcs: ["test_helper/*.py"], } \ No newline at end of file