This website requires JavaScript.
Explore
Help
Sign In
Developer
/
autossh-mgr
Watch
11
Star
0
Fork
0
You've already forked autossh-mgr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
179e3b2b5cb5aae4bd1dd755ad809704c5d5b4ef
autossh-mgr
/
tests
/
unit
History
tech
179e3b2b5c
feat: add CLI lifecycle commands (start, stop, restart, status, check)
...
Co-Authored-By: Claude Sonnet 4.6 <
noreply@anthropic.com
>
2026-05-21 12:47:32 +08:00
..
__init__.py
feat: scaffold autossh-mgr project structure
2026-05-21 11:22:27 +08:00
test_check.py
fix: remove unused subprocess import from test_check.py
2026-05-21 12:29:22 +08:00
test_cli_config.py
fix: single load in remove, use dataclasses.replace in config_cmd, add remove-running test
2026-05-21 12:45:08 +08:00
test_cli_lifecycle.py
feat: add CLI lifecycle commands (start, stop, restart, status, check)
2026-05-21 12:47:32 +08:00
test_config.py
fix: clean up config.py unused imports, null-YAML safety, and add non-default roundtrip test
2026-05-21 12:08:56 +08:00
test_process.py
fix: remove unused subprocess import, guard logs dir in start_tunnel
2026-05-21 12:24:20 +08:00