Skip to content
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
5d11ca7
Increasing unit test line coverage a bit for some of the BLE classes;…
nerdenator Jun 14, 2024
3513d1b
Taking linter feedback into account.
nerdenator Jun 14, 2024
3ec7b96
Because GHA is hanging on the final test, I'm commenting it out, and …
nerdenator Jun 14, 2024
f0a7e93
Linting feedback
nerdenator Jun 14, 2024
15770cd
Trying to kick off new build to test things again.
nerdenator Jun 18, 2024
a348a70
Hanging test job again, so eliminating another test to see if it's th…
nerdenator Jun 18, 2024
fc55e79
Fixing lint problems
nerdenator Jun 18, 2024
4842189
More diagnosing of problems with CI/CD
nerdenator Jun 18, 2024
473401a
ble_code_coverage_1: hanging on first test was due to an open client.…
nerdenator Jun 26, 2024
340a9c2
ble_code_coverage_1: trying to suss out the type of error being throw…
nerdenator Jun 26, 2024
445c03a
ble_code_coverage_1: linting
nerdenator Jun 26, 2024
5dad15c
ble_code_coverage_1: additional test cases for _sanitize_address
nerdenator Jun 26, 2024
1bb9128
ble_code_coverage_1: linting
nerdenator Jun 26, 2024
8f0af0d
ble_code_coverage_1: At a stopping point, need to understand the unde…
nerdenator Jun 26, 2024
387320f
Merge branch 'master' into ble_code_coverage_1
nerdenator Jul 8, 2024
2689110
ble_code_coverage_1: adding Linux tests for several new lines; removi…
nerdenator Jul 9, 2024
2f812cd
Merge remote-tracking branch 'upstream/master' into ble_code_coverage_1
nerdenator Jul 15, 2024
d02292a
ble_code_coverage_1: more attempts to get the remaining lines of code…
nerdenator Jul 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ble_code_coverage_1: linting
  • Loading branch information
nerdenator committed Jun 26, 2024
commit 1bb912893bee4fcb04c7f756f84b33fca1c9fd7a
2 changes: 0 additions & 2 deletions meshtastic/tests/test_ble_interface.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""Meshtastic unit tests for ble_interface.py"""
import logging

import pytest

from meshtastic.ble_interface import BLEClient, BLEInterface


Expand Down