Skip to content

Commit 95e2605

Browse files
committed
no-mistakes(document): docs: refresh stale test counts in python and tcl READMEs
1 parent 08c523c commit 95e2605

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/codegraph-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ for func in &ir.functions {
5252
- 🔗 **Relationships**: Track function calls, imports, inheritance hierarchies
5353
- ⚙️ **Configurable**: Filter by visibility, file size, enable parallel processing
5454
- 🛡️ **Safe**: No panics, graceful error handling, continues on failures
55-
- 📊 **Complete**: 67 tests, 90%+ code coverage
55+
- 📊 **Complete**: 222 tests, 90%+ code coverage
5656
- 🐍 **Python 3.8+**: Full support for async/await, decorators, type hints, match statements
5757

5858
## What it Extracts

crates/codegraph-tcl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Tcl/SDC/UPF parser for CodeGraph — extracts code entities, EDA commands, and S
99
- **SDC constraint extraction**: Parses clocks, delays, timing exceptions, and false paths
1010
- **Full CodeParser trait**: Integrates with the codegraph parser ecosystem
1111
- **Complexity analysis**: Cyclomatic complexity for all procedures
12-
- **55 tests** across visitor, SDC, EDA, extractor, and parser modules
12+
- **138 tests** across visitor, SDC, EDA, extractor, mapper, and parser modules
1313
- **Criterion benchmarks** included
1414

1515
## What it Extracts

0 commit comments

Comments
 (0)