archinstall/tests
Softer ef1cfe7b56
Add share-log subcommand to upload install.log to paste.rs (#4511)
* Add --share-log flag to upload install.log to paste.rs

* Apply ruff-format to share_log.py

* Rework share-log per review: subcommand, TUI confirmation, truncate large logs

* Replace curl/SysCommand with urllib.request, remove defensive try/except

Per review: use stdlib urllib instead of shelling out to curl,
drop unnecessary try/except around TUI confirmation,
remove tempfile (content is passed directly as bytes).

* Fix TUI imports after ui module was pulled one level up (#4515)

* Decouple share_install_log from TUI module

* Add unit tests for share_install_log function

* Update docs to use share-log subcommand syntax
2026-05-07 10:18:56 +10:00
..
data feat(applications): add CUPS installation support (#4013) 2025-12-21 14:30:11 +11:00
__init__.py Dataclasses for args and config (#2936) 2024-11-26 11:08:36 +01:00
conftest.py Move audio configuration to application config (#3612) 2025-06-20 07:27:23 +10:00
test_args.py Add Pacman settings submenu with Color and ParallelDownloads (#4404) 2026-04-13 18:37:51 +10:00
test_configuration_output.py Update ruff formatter (#3496) 2025-05-24 07:58:42 +00:00
test_mirrorlist.py Refactor mirrors (#4274) 2026-03-21 17:57:33 +11:00
test_password_strength.py fix: reintegrate PasswordStrength into password prompt (#4111) (#4291) 2026-03-18 22:48:05 +11:00
test_share_log.py Add share-log subcommand to upload install.log to paste.rs (#4511) 2026-05-07 10:18:56 +10:00