From f2b351fb1260b7187ec5082cea3d98ce20889804 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:38:01 -0400 Subject: [PATCH] docs: add test profile instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index be49332..00ec7c1 100644 --- a/README.md +++ b/README.md @@ -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`.