Commit Graph
492 Commits
Author SHA1 Message Date
Mike Kinney 841c44e05c add smoke test for virtual device 2022-01-11 18:39:49 +00:00
Mike Kinney cb8dafbd31 add more coverage 2022-01-10 16:40:47 -08:00
Mike Kinney 52db617b06 refactor code to only call local node when necessary; fix tests 2022-01-10 16:20:11 -08:00
Mike Kinney 8ca692a26e cannot call os.getlogin() on github instances 2022-01-06 12:33:30 -08:00
Mike Kinney d1ea68d7dc add code coverage to recently added code 2022-01-06 12:17:42 -08:00
Mike Kinney b56440a4e8 should not need to talk with remote node if just doing sendtext 2022-01-06 11:55:36 -08:00
Mike Kinney cba424fde0 move slower unit tests to unitslow 2022-01-05 21:12:50 -08:00
Mike Kinney 5de754c5ab improve the permission error on linux 2022-01-05 23:03:06 +00:00
Mike Kinney 3f76c1efb0 refactor version info so pyinstaller will work; add build mac and ubuntu standalone executables 2022-01-05 13:22:37 -08:00
Mike Kinney 5c662822b9 need to fully qualify imports so projects consuming the library will work 2022-01-05 11:16:08 -08:00
Mike Kinney 676148cc14 meant to use decoded not decode 2022-01-02 11:19:17 -08:00
Mike Kinney a915b05240 remove nested keys from nodes so we do not display garbage 2022-01-02 11:15:19 -08:00
Mike Kinney 83c18f4008 working on more unit tests 2022-01-01 15:48:33 -08:00
Mike Kinney 8b6321ce7f add a few more tests 2022-01-01 15:21:53 -08:00
Mike Kinney 9fac981ba6 test heartbeatTimer 2022-01-01 14:53:57 -08:00
Mike Kinney ccc71930f7 get last two lines covered in node 2022-01-01 13:25:36 -08:00
Mike Kinney 0b6676c5b3 do not print line for export; comment out ble test; do not send decoded 2022-01-01 09:49:21 -08:00
Mike Kinney a1809f5b84 if mac address is in nodes, format it like a valid mac address 2021-12-31 20:01:14 -08:00
Mike Kinney 65960fb982 added tests for _getOrCreateByNum(), nodeNumToId(), and _fixupPosition(); found/fixed bug on _fixupPosition 2021-12-31 13:43:37 -08:00
Mike Kinney 475ddcc8dd add tests for _ipToNodeId() 2021-12-31 12:28:14 -08:00
Mike Kinney 105276f98e add unit tests for _shouldFilterPacket() 2021-12-31 12:17:04 -08:00
Mike Kinney 4ee647403b fix output on tests using pytest -s option; fixed some tests 2021-12-31 10:55:13 -08:00
Mike Kinney 10f48f130f move some unit tests to unitslow 2021-12-31 09:59:22 -08:00
Mike Kinney ab876c9efd add unit test for findPorts() 2021-12-31 09:38:44 -08:00
Mike Kinney aba303c677 figured out issue; had device connected to serial port; needed to patch; fixed tunnel test in main 2021-12-31 09:28:17 -08:00
Mike Kinney 43d59ca8d8 temp comment out tests that pass locally but not when run from CI 2021-12-31 08:53:17 -08:00
Mike Kinney 177705aeff revert the stream interface change; fix tunnel tests 2021-12-31 08:49:13 -08:00
Mike Kinney 614a90c0eb unit test a few more lines 2021-12-30 22:59:01 -08:00
Mike Kinney 9adbed4be6 add unit tests for onTunnelReceive() 2021-12-30 22:52:49 -08:00
Mike Kinney 809f005f61 add unit tests for ipstr(), hexstr(), and readnet_u16() 2021-12-30 22:26:26 -08:00
Mike Kinney d366e74e86 refactor of Tunnel() for unit testing; create unit tests for Tunnel() 2021-12-30 21:24:32 -08:00
Mike Kinney 3f307880f9 add unit tests for tunnel and subnet 2021-12-30 20:04:32 -08:00
Mike Kinney 50523ec1b1 start to add unit tests for tunnel 2021-12-30 19:37:38 -08:00
Mike Kinney f5eb8738fb added unit tests for --ch-set and onNode() 2021-12-30 12:20:24 -08:00
Mike Kinney 14941c742a add more tests; do not need the old --reply test 2021-12-30 11:28:03 -08:00
Mike Kinney cecc5c3b25 remove the raw key from the nodes dict 2021-12-30 08:26:13 -08:00
Mike Kinney 1a5f525632 need to comment out unittest with change to --reply 2021-12-30 07:49:34 -08:00
Beiri22 b341b6cfdb Update __main__.py
Main loop also in reply mode.
2021-12-30 10:31:27 +01:00
mkinney aede26694c Merge pull request #188 from mkinney/work_on_serial_issue
revamp the serial connection to avoid Tbeam reboots
2021-12-29 21:41:59 -08:00
Mike Kinney 8e1010e9f2 ignore two checks for Windows smoke1 testing 2021-12-29 21:21:24 -08:00
Mike Kinney ce2d9f5728 yet another attempt 2021-12-29 21:13:20 -08:00
Mike Kinney 9879e9f2df try yet another way 2021-12-29 21:00:22 -08:00
Mike Kinney e79faf93d0 try a different way 2021-12-29 20:57:57 -08:00
Mike Kinney 181c04716a accidentally dropped an arg 2021-12-29 20:55:31 -08:00
Mike Kinney c7d981ec35 fix typo 2021-12-29 20:51:46 -08:00
Mike Kinney 75fe7622a4 deal with windows on the serial issue 2021-12-29 20:49:19 -08:00
Mike Kinney 5dc800f9a3 deal with windows on smoke1 test 2021-12-29 20:39:34 -08:00
Mike Kinney c7d3f9f787 close seriallog if we have one 2021-12-29 20:35:50 -08:00
Mike Kinney c70d36d2cd revamp the serial connection to avoid Tbeam reboots 2021-12-29 19:24:26 -08:00
Jm Casler ac5d729cdf Bumped to 1.2.47. 2021-12-29 14:18:34 -08:00