aboutsummaryrefslogtreecommitdiff
path: root/pw_unit_test
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2023-07-13 17:26:17 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-07-13 17:26:17 +0000
commit3f0b2930ebef94b944f6ea2331f2a88024ca2efe (patch)
treeb27153c2ee3aa40adb013f4611f952cf62894baa /pw_unit_test
parent4e7b642f5260432056d7425ec64353fd53e03a98 (diff)
downloadpigweed-3f0b2930ebef94b944f6ea2331f2a88024ca2efe.tar.gz
targets/rp2040: Add automated test runner
Adds a script for device detection and scripts to automate running on-device tests as part of the GN build. Change-Id: Id54490b98237d5aac749ca8e885353fd5460285b Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124883 Commit-Queue: Armando Montanez <amontanez@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Anthony DiGirolamo <tonymd@google.com>
Diffstat (limited to 'pw_unit_test')
-rw-r--r--pw_unit_test/py/setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw_unit_test/py/setup.cfg b/pw_unit_test/py/setup.cfg
index d0f7b5d9d..98384fa27 100644
--- a/pw_unit_test/py/setup.cfg
+++ b/pw_unit_test/py/setup.cfg
@@ -22,6 +22,7 @@ description = Unit tests for Pigweed projects
packages = find:
zip_safe = False
install_requires =
+ pyserial~=3.5.0
requests
types-requests