mirror of
https://github.com/markqvist/rnsh.git
synced 2025-07-24 15:35:28 -04:00
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.
This commit is contained in:
parent
d4cb31e220
commit
27664df0b3
12 changed files with 508 additions and 85 deletions
3
.github/workflows/python-package.yml
vendored
3
.github/workflows/python-package.yml
vendored
|
@ -54,3 +54,6 @@ jobs:
|
|||
|
||||
- name: Test with pytest
|
||||
run: poetry run pytest -m "not skip_ci" tests
|
||||
|
||||
- name: Vulnerability check
|
||||
run: poetry run safety check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue