rnsh/tests
Aaron Heise 27664df0b3 Several test-driven fixes
- Improved test suite exposed several issues with the handling of
command line arguments which are now fixed
- Fixed a race condition that would cause remote characters to be
  lost intermittently when running remote commands that finish
  immediately.
- Added automated testing that actually spins up a random listener
  and initiator in a private Reticulum network and passes data
  between them, uncovering more issues which are now fixed.
- Fixed (hopefully) an issue where `rnsh` doesn't know what
  version it is.
2023-02-14 15:42:55 -06:00
..
__init__.py Add test suite 2023-02-11 11:09:22 -06:00
helpers.py Several test-driven fixes 2023-02-14 15:42:55 -06:00
reticulum_test_config Several test-driven fixes 2023-02-14 15:42:55 -06:00
test_args.py Several test-driven fixes 2023-02-14 15:42:55 -06:00
test_exception.py Add test suite 2023-02-11 11:09:22 -06:00
test_hacks.py Protocol versioning, announce period option, old API workaround 2023-02-11 21:57:13 -06:00
test_process.py Several test-driven fixes 2023-02-14 15:42:55 -06:00
test_retry.py Allow retry timer callback to signal complete 2023-02-14 03:53:28 -06:00
test_rnsh.py Several test-driven fixes 2023-02-14 15:42:55 -06:00