Skip to content

Commit 1a492a6

Browse files
committed
fix: update test counts in documentation to reflect 260 passing tests
1 parent 77adbc5 commit 1a492a6

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

bindings/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Native Python bindings for ArcadeDB - the multi-model database that supports Graph, Document, Key/Value, Search Engine, Time Series, and Vector models.
44

5-
**Status**: ✅ Production Ready | **Tests**: 258 Passing | **Platforms**: 4 Supported
5+
**Status**: ✅ Production Ready | **Tests**: 260 Passing | **Platforms**: 4 Supported
66

77
---
88

@@ -92,7 +92,7 @@ Import: `import arcadedb_embedded as arcadedb`
9292

9393
## 🧪 Testing
9494

95-
**Status**: 258 tests + example scripts passing on all 4 platforms
95+
**Status**: 260 tests + example scripts passing on all 4 platforms
9696

9797
```bash
9898
# Run all tests

bindings/python/docs/development/build-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This document describes the build architecture for creating platform-specific Py
1919

2020
**All supported platforms:**
2121

22-
-258 tests passing
22+
-260 tests passing
2323
- ✅ 31.7M JARs (83 files, identical across platforms)
2424
- ✅ All native runners (no QEMU emulation)
2525
- ✅ Reproducible builds (pinned runner versions)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ After a successful release, you should see:
9999

100100
### Test Results (CI run #96)
101101

102-
All 4 platforms passing 258 tests and example scripts:
102+
All 4 platforms passing 260 tests and example scripts:
103103

104104
| Platforms | Wheel Size | JRE Size | Tests |
105105
|-----------|-----------|----------|-------|
106-
| linux/amd64, linux/arm64, darwin/arm64, windows/amd64 | ~68M | ~60M | 258 passed ✅ |
106+
| linux/amd64, linux/arm64, darwin/arm64, windows/amd64 | ~68M | ~60M | 260 passed ✅ |
107107

108108
**All platforms include:**
109109

bindings/python/docs/development/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Comprehensive testing documentation for ArcadeDB Python bindings.
44

55
!!! success "Test Coverage"
6-
**258 tests** across 20 test files, 100% passing
6+
**260 tests** across 20 test files, 100% passing
77

8-
- **Current package**: 258 passed
8+
- **Current package**: 260 passed
99
- All ArcadeDB features working (SQL, OpenCypher, Studio)
1010

1111
## Quick Navigation

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The ArcadeDB Python bindings have a comprehensive test suite covering all major
55
## Quick Statistics
66

77
!!! success "Test Results"
8-
- **Current package**: ✅ 258 passed
8+
- **Current package**: ✅ 260 passed
99
- All features available (SQL, OpenCypher, Studio UI, Vector search)
1010

1111
## What's Tested
@@ -129,7 +129,7 @@ pytest -m "not slow"
129129
When all tests pass, you should see:
130130

131131
```
132-
======================== 258 passed in 9.67s =========================
132+
======================== 260 passed in 126.69s =========================
133133
```
134134

135135

bindings/python/docs/getting-started/distributions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Pre-built **platform-specific** wheels are available for **4 platforms**. Sizes
3434
- ✅ All platforms use **platform-specific wheels** (not universal)
3535
- ✅ uv pip automatically selects the correct wheel for your system
3636
- ✅ Each platform has its own bundled JRE optimized for that architecture
37-
- ✅ All supported platforms tested and verified (258/258 tests passing)
37+
- ✅ All supported platforms tested and verified (260/260 tests passing)
3838
- ✅ Built on native runners (no emulation) for optimal performance
3939

4040
## What's Included
@@ -56,7 +56,7 @@ Pre-built **platform-specific** wheels are available for **4 platforms**. Sizes
5656

5757
## Test Results
5858

59-
**258 out of 258 tests pass** on all platforms (100% success rate):
59+
**260 out of 260 tests pass** on all platforms (100% success rate):
6060

6161
- ✅ All core database operations
6262
- ✅ SQL and OpenCypher queries

bindings/python/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Native Python bindings for ArcadeDB with full test coverage
1010

1111
- **Status**: ✅ Production Ready
12-
- **Tests**: ✅ 258 + 7 Examples Passing
12+
- **Tests**: ✅ 260 + 7 Examples Passing
1313

1414
- :fontawesome-brands-python:{ .lg .middle } **Pure Python API**
1515

bindings/python/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ For detailed test documentation, examples, and best practices, see the **[Testin
66

77
## Quick Stats
88

9-
- **258 tests** across 20 test files
10-
-**Current package**: 258 passed
9+
- **260 tests** across 20 test files
10+
-**Current package**: 260 passed
1111
- Package includes all ArcadeDB features (SQL, OpenCypher, Studio)
1212

1313
## Running Tests

0 commit comments

Comments
 (0)