docs: add test profile instructions

This commit is contained in:
thePR0M3TH3AN
2025-07-06 15:38:01 -04:00
parent 81afcf8ecb
commit f2b351fb12

View File

@@ -355,6 +355,16 @@ variable to control the delay between publishes when experimenting with large va
pytest -vv -s -n 0 src/tests/test_nostr_index_size.py --desktop --max-entries=1000
```
### Generating a Test Profile
Use the helper script below to populate a profile with sample entries for testing:
```bash
python scripts/generate_test_profile.py --profile my_profile --count 100
```
This command creates `~/.seedpass/my_profile` if needed and adds 100 example entries.
### Automatically Updating the Script Checksum
SeedPass stores a SHA-256 checksum for the main program in `~/.seedpass/seedpass_script_checksum.txt`.