Commit Graph

  • 0b6676c5b3 do not print line for export; comment out ble test; do not send decoded Mike Kinney 2022-01-01 09:49:21 -08:00
  • e5ecba7ec0 Merge pull request #202 from mkinney/format_mac_address mkinney 2021-12-31 20:04:19 -08:00
  • a1809f5b84 if mac address is in nodes, format it like a valid mac address Mike Kinney 2021-12-31 20:01:14 -08:00
  • 9c66447913 Merge pull request #201 from mkinney/more_testing mkinney 2021-12-31 14:26:37 -08:00
  • 65960fb982 added tests for _getOrCreateByNum(), nodeNumToId(), and _fixupPosition(); found/fixed bug on _fixupPosition Mike Kinney 2021-12-31 13:43:37 -08:00
  • 9d0bc09e0f Merge pull request #200 from mkinney/tuning_tests mkinney 2021-12-31 12:30:00 -08:00
  • 475ddcc8dd add tests for _ipToNodeId() Mike Kinney 2021-12-31 12:28:14 -08:00
  • 105276f98e add unit tests for _shouldFilterPacket() Mike Kinney 2021-12-31 12:17:04 -08:00
  • 4ee647403b fix output on tests using pytest -s option; fixed some tests Mike Kinney 2021-12-31 10:55:13 -08:00
  • 10f48f130f move some unit tests to unitslow Mike Kinney 2021-12-31 09:59:22 -08:00
  • bd697864e4 Merge pull request #199 from mkinney/unit_testing_continues mkinney 2021-12-31 09:40:58 -08:00
  • ab876c9efd add unit test for findPorts() Mike Kinney 2021-12-31 09:38:44 -08:00
  • aba303c677 figured out issue; had device connected to serial port; needed to patch; fixed tunnel test in main Mike Kinney 2021-12-31 09:28:17 -08:00
  • 43d59ca8d8 temp comment out tests that pass locally but not when run from CI Mike Kinney 2021-12-31 08:53:17 -08:00
  • 177705aeff revert the stream interface change; fix tunnel tests Mike Kinney 2021-12-31 08:49:13 -08:00
  • b92fff0da6 Create vercel.json Sacha Weatherstone 2021-12-31 20:46:21 +11:00
  • 6a6b72a2ae Merge pull request #198 from mkinney/keep_working_on_unit_tests mkinney 2021-12-30 23:01:05 -08:00
  • 614a90c0eb unit test a few more lines Mike Kinney 2021-12-30 22:59:01 -08:00
  • 9adbed4be6 add unit tests for onTunnelReceive() Mike Kinney 2021-12-30 22:52:49 -08:00
  • 809f005f61 add unit tests for ipstr(), hexstr(), and readnet_u16() Mike Kinney 2021-12-30 22:26:26 -08:00
  • d366e74e86 refactor of Tunnel() for unit testing; create unit tests for Tunnel() Mike Kinney 2021-12-30 21:24:32 -08:00
  • 3f307880f9 add unit tests for tunnel and subnet Mike Kinney 2021-12-30 20:04:32 -08:00
  • 50523ec1b1 start to add unit tests for tunnel Mike Kinney 2021-12-30 19:37:38 -08:00
  • 684b2885aa Merge pull request #197 from mkinney/work_on_unit_tests mkinney 2021-12-30 12:28:36 -08:00
  • f5eb8738fb added unit tests for --ch-set and onNode() Mike Kinney 2021-12-30 12:20:24 -08:00
  • 14941c742a add more tests; do not need the old --reply test Mike Kinney 2021-12-30 11:28:03 -08:00
  • 217add3b00 Update README.md mkinney 2021-12-30 09:32:18 -08:00
  • 4bac85b6a9 Update ci.yml mkinney 2021-12-30 09:21:17 -08:00
  • 36bed11959 Update publish_to_pypi.yml 1.2.49 mkinney 2021-12-30 09:12:53 -08:00
  • 6f9bcfaaff Merge pull request #196 from mkinney/bump_version mkinney 2021-12-30 09:06:54 -08:00
  • f17b66c872 bump version for testing pub to pypi Mike Kinney 2021-12-30 09:05:26 -08:00
  • 040cb9bf34 Update and rename publish_to_pypi.py to publish_to_pypi.yml Sacha Weatherstone 2021-12-31 04:00:03 +11:00
  • 3269b3018f Merge pull request #195 from mkinney/publish_to_pypi mkinney 2021-12-30 08:49:26 -08:00
  • aab10b0912 add workflow to publish to pypi Mike Kinney 2021-12-30 08:46:34 -08:00
  • e2e9b7d55e Merge pull request #194 from mkinney/remove_raw_from_nodes_display mkinney 2021-12-30 08:28:36 -08:00
  • cecc5c3b25 remove the raw key from the nodes dict Mike Kinney 2021-12-30 08:26:13 -08:00
  • 54bb846d00 Merge pull request #193 from mkinney/temp_disable_reply_unittest mkinney 2021-12-30 07:51:15 -08:00
  • 1a5f525632 need to comment out unittest with change to --reply Mike Kinney 2021-12-30 07:49:34 -08:00
  • 8ba3d26d63 Merge pull request #191 from Beiri22/patch-1 mkinney 2021-12-30 07:46:40 -08:00
  • b341b6cfdb Update __main__.py Beiri22 2021-12-30 10:31:27 +01:00
  • 38e7972191 Merge pull request #189 from mkinney/master mkinney 2021-12-29 22:02:01 -08:00
  • 5be70328fe Merge branch 'meshtastic:master' into master mkinney 2021-12-29 21:58:15 -08:00
  • dfe798dbdf no longer gen docs Mike Kinney 2021-12-29 21:57:16 -08:00
  • d98b23dba0 remove docs dir Mike Kinney 2021-12-29 21:56:03 -08:00
  • 4fbe5c7863 bump version Mike Kinney 2021-12-29 21:55:41 -08:00
  • 69bb8bcca2 Fx protobuf path 1.2.48 Sacha Weatherstone 2021-12-30 16:52:25 +11:00
  • bb2ea17371 Fix action name Sacha Weatherstone 2021-12-30 16:49:55 +11:00
  • b51af8a070 Create update_protobufs Sacha Weatherstone 2021-12-30 16:48:20 +11:00
  • aede26694c Merge pull request #188 from mkinney/work_on_serial_issue mkinney 2021-12-29 21:41:59 -08:00
  • 8e1010e9f2 ignore two checks for Windows smoke1 testing Mike Kinney 2021-12-29 21:21:24 -08:00
  • ce2d9f5728 yet another attempt Mike Kinney 2021-12-29 21:13:20 -08:00
  • 9879e9f2df try yet another way Mike Kinney 2021-12-29 21:00:22 -08:00
  • e79faf93d0 try a different way Mike Kinney 2021-12-29 20:57:57 -08:00
  • 181c04716a accidentally dropped an arg Mike Kinney 2021-12-29 20:55:31 -08:00
  • c7d981ec35 fix typo Mike Kinney 2021-12-29 20:51:46 -08:00
  • 75fe7622a4 deal with windows on the serial issue Mike Kinney 2021-12-29 20:49:19 -08:00
  • 5dc800f9a3 deal with windows on smoke1 test Mike Kinney 2021-12-29 20:39:34 -08:00
  • c7d3f9f787 close seriallog if we have one Mike Kinney 2021-12-29 20:35:50 -08:00
  • c70d36d2cd revamp the serial connection to avoid Tbeam reboots Mike Kinney 2021-12-29 19:24:26 -08:00
  • f239c23d9a Merge branch 'master' of https://github.com/meshtastic/Meshtastic-python Jm Casler 2021-12-29 14:18:35 -08:00
  • ac5d729cdf Bumped to 1.2.47. Jm Casler 2021-12-29 14:18:34 -08:00
  • 047f43534f Merge pull request #187 from mkinney/bump_version mkinney 2021-12-29 13:29:28 -08:00
  • c26e030f1f bump version Mike Kinney 2021-12-29 13:28:08 -08:00
  • 1a61a5ccdc Update README.md 1.2.47 mkinney 2021-12-29 11:01:13 -08:00
  • eec3f722dc Merge pull request #186 from mkinney/docs mkinney 2021-12-29 10:55:12 -08:00
  • adb797d453 migrate docs to main project docs Mike Kinney 2021-12-29 10:53:41 -08:00
  • 7d75fd61d1 updating proto submodule to latest Jm Casler 2021-12-29 09:22:50 -08:00
  • 3abf82fc0a updating proto submodule to latest Jm Casler 2021-12-28 23:33:14 -08:00
  • f56c7a0ef1 updating proto submodule to latest Jm Casler 2021-12-28 23:29:32 -08:00
  • e1941bc6f5 Remove old docs & add vercel badge to readme Sacha Weatherstone 2021-12-29 18:15:38 +11:00
  • 7bd0565e21 Fix pypubsub in requirements.txt Sacha Weatherstone 2021-12-29 17:48:36 +11:00
  • 3f1165adc3 Add pubsub to requirements.txt Sacha Weatherstone 2021-12-29 17:42:57 +11:00
  • e611a89392 Add pdoc3 to requirements.txt Sacha Weatherstone 2021-12-29 17:38:14 +11:00
  • 209a0669de Merge pull request #183 from mkinney/more_doc mkinney 2021-12-28 22:12:04 -08:00
  • b6a9dec824 regen doc with overriding the pdoc _is_public() Mike Kinney 2021-12-28 22:10:11 -08:00
  • 40afc56b2e Merge pull request #182 from mkinney/update_doc mkinney 2021-12-28 21:15:02 -08:00
  • ecf68d5544 fix some comments for doc Mike Kinney 2021-12-28 21:08:28 -08:00
  • fc88d2bff3 Merge pull request #181 from linagee/master mkinney 2021-12-28 12:41:53 -08:00
  • 06d37914c3 Merge pull request #1 from linagee/Ham-not-HAM linagee 2021-12-27 21:10:06 -07:00
  • 4575c58b97 Ham, not HAM linagee 2021-12-27 21:07:17 -07:00
  • f8dfa3f0fd Merge pull request #180 from mkinney/oops_need_this_for_smoke1 mkinney 2021-12-25 23:28:01 -08:00
  • dda4d4b653 meant to add this change to the last PR Mike Kinney 2021-12-25 23:24:28 -08:00
  • 4a864d2b0e Merge pull request #179 from mkinney/more_boring_unit_testing mkinney 2021-12-25 22:26:18 -08:00
  • 580c081303 captured packets and simulate what server would send Mike Kinney 2021-12-25 16:19:13 -08:00
  • 988540c77d move the slow unit tests into own group Mike Kinney 2021-12-25 13:09:23 -08:00
  • a243fab9af figured out how to unit test __reader() Mike Kinney 2021-12-25 11:39:04 -08:00
  • 9fea479af4 do not add the test.py to the code coverage Mike Kinney 2021-12-24 15:08:56 -08:00
  • e1f0c7f154 add tests for setPref() Mike Kinney 2021-12-24 14:56:15 -08:00
  • 7ef6465b5f add some tests for getPref() Mike Kinney 2021-12-24 14:42:39 -08:00
  • 87b95c5893 add more unit tests for onReceive in main Mike Kinney 2021-12-24 13:48:10 -08:00
  • 3d00d05a89 Merge pull request #178 from mkinney/add_gpio_tests mkinney 2021-12-24 13:10:43 -08:00
  • c9ff1d9ad0 remove extraneous print Mike Kinney 2021-12-24 13:02:49 -08:00
  • 901be0ae04 wip; testing gpio read not working for me on real device; worked on gpio watch Mike Kinney 2021-12-24 10:17:45 -08:00
  • fee052892b got gpio read to work and one unit test Mike Kinney 2021-12-23 14:35:48 -08:00
  • 942600f399 Merge pull request #177 from mkinney/fix_channel_change mkinney 2021-12-23 09:34:06 -08:00
  • a56a92b166 needed to do some actual testing to see error in code Mike Kinney 2021-12-23 09:30:23 -08:00
  • 01ac345cf9 Merge pull request #176 from mkinney/yet_more_testing mkinney 2021-12-23 09:20:37 -08:00
  • cbd41efb19 add unit test for catchAndIgnore() Mike Kinney 2021-12-23 00:40:21 -08:00
  • 276b2762c8 add more info/checking on --sendtext and --ch-index; wrote helper method and tests Mike Kinney 2021-12-23 00:03:32 -08:00
  • d21eaf9392 Merge pull request #175 from mkinney/continue_working_on_unit_tests mkinney 2021-12-22 16:29:45 -08:00