diff options
| author | Your Name <you@example.com> | 2026-05-17 01:39:03 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-17 01:39:03 +0530 |
| commit | 32844ac7c4a135659714aabf7d2414f156176d72 (patch) | |
| tree | 414e6272a9a174bd50566c65e432ed62b29236b3 /.gitignore | |
| parent | 60e0a1042e5c56fe7d4b46d760441391df4ff809 (diff) | |
test_cashu (10/10) + test_session (18/18): all 86 unit tests passing
- Expand esp_http_client.h stub: full config struct + method enum + init/perform/cleanup
- Add portTICK_PERIOD_MS + esp_err_to_name to stubs
- session.c: reject duplicate spent secrets in session_create (double-spend protection)
- .gitignore: add test binaries
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -14,3 +14,8 @@ __pycache__/ | |||
| 14 | *.map | 14 | *.map |
| 15 | NAND/ | 15 | NAND/ |
| 16 | main/config.json | 16 | main/config.json |
| 17 | tests/unit/test_geohash | ||
| 18 | tests/unit/test_identity | ||
| 19 | tests/unit/test_nostr_event | ||
| 20 | tests/unit/test_cashu | ||
| 21 | tests/unit/test_session | ||