aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* test: dwim-shell-security: Add ERT tests for securityCraig Jennings2025-10-201-0/+341
| | | | | | | | | | | Introduce ERT tests for security-related functions within dwim-shell-config. These tests encompass normal, boundary, and error conditions to ensure: - Passwords aren't exposed in command outputs - Temporary files have restricted permissions (mode 600) - Proper cleanup of temporary files post-operation - Handling of edge cases and errors effectively
* chore: testutil-general: update base directory path and commentsCraig Jennings2025-10-201-9/+2
| | | | | - Change base directory path from ~/.temp-gptel-tests/ to ~/.temp-emacs-tests/. - Modify accompanying docstrings and comments to reflect this update.
* test: adding tests for compilation, keyboard macros, undead buffersCraig Jennings2025-10-203-0/+819
|
* changing repositoriesCraig Jennings2025-10-1218-0/+1951