Humanize READMEs and guides for clearer, professional tone
CI / skip-ci-check (pull_request) Successful in 32s
CI / secret-scan (pull_request) Successful in 30s
CI / python-ci (pull_request) Successful in 2m5s

Align with project-template docs/writing-docs.md: plain openings, no
emoji decoration, archive scratch plans where they cluttered live docs.
This commit is contained in:
2026-08-05 14:52:53 -04:00
parent d790dc753b
commit 662cb1b1b8
29 changed files with 613 additions and 747 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ Great question! Here are multiple strategies for testing the full pipeline **wit
---
## Strategy 1: Mock/Fixture Data (Current Approach )
## Strategy 1: Mock/Fixture Data (Current Approach )
**What we already have:**
- `tests/conftest.py` creates in-memory SQLite DB with sample officials, securities, trades
@@ -99,7 +99,7 @@ def test_etl_with_real_data():
---
## Strategy 4: Hybrid Testing (Recommended 🌟)
## Strategy 4: Hybrid Testing (Recommended )
**Combine all strategies**:
@@ -164,7 +164,7 @@ def test_etl_with_real_data():
| Source | Free Tier | Paid Tier | Best For |
|--------|-----------|-----------|----------|
| **yfinance** | Unlimited | N/A | Prices (already working ) |
| **yfinance** | Unlimited | N/A | Prices (already working ) |
| **House Stock Watcher** | Unlimited scraping | N/A | Free trades (best option) |
| **Quiver Free** | 500 calls/mo | $30/mo (5k calls) | Testing, not production |
| **FMP Free** | 250 calls/day | $15/mo | Alternative for trades |
@@ -222,5 +222,5 @@ class HouseWatcherClient:
}
```
Let me know if you want me to implement this scraper now for PR2! 🚀
Let me know if you want me to implement this scraper now for PR2!