Skip to content

Commit 5c9d794

Browse files
committed
Update docs to mention 7 example scripts passing on all platforms
1 parent d23dad0 commit 5c9d794

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bindings/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Import: `import arcadedb_embedded as arcadedb`
109109

110110
## 🧪 Testing
111111

112-
**Status**: 204 tests passing
112+
**Status**: 204 tests + 7 example scripts passing on all 6 platforms
113113

114114
```bash
115115
# Run all tests

bindings/python/docs/development/ci-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ After a successful release, you should see:
111111

112112
### Test Results (CI run #96)
113113

114-
All 6 platforms passing 204 tests:
114+
All 6 platforms passing 204 tests and 7 example scripts:
115115

116116
| Platform | Wheel Size | JRE Size | Tests |
117117
|----------|-----------|----------|-------|

bindings/python/docs/development/testing/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The ArcadeDB Python bindings have a comprehensive test suite covering all major
88
- **Current package**: ✅ 204 passed, 0 skipped
99
- All features available (SQL, Cypher, Gremlin, Studio UI, Vector search)
1010

11-
**Total: 204 tests** across 6 test files, 100% passing
11+
**Total: 204 tests + 7 examples** across all platforms, 100% passing
1212

1313
## What's Tested
1414

bindings/python/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Native Python bindings for ArcadeDB with full test coverage
1010

11-
**Status**: ✅ Production Ready | **Tests**: 204 Passing
11+
**Status**: ✅ Production Ready | **Tests**: 204 + 7 Examples Passing
1212

1313
- :fontawesome-brands-python:{ .lg .middle } __Pure Python API__
1414

0 commit comments

Comments
 (0)