Merge pull request #324 from PR0M3TH3AN/codex/add-test-running-instructions-to-readme

Update README with test profile instructions
This commit is contained in:
thePR0M3TH3AN
2025-07-06 15:38:20 -04:00
committed by GitHub

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`.