Fix confirm_req not timing if a confirm_ack doesn;t arrive #59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unit test for telemetry_req.py script | |
on: push | |
jobs: | |
build: | |
name: telemetry_req_unit_test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: '3.10' | |
- run: pip3 install -r requirements.txt | |
- run: python3 -m unittest telemetry_req.TestTelemetry |