Skip to content

Commit 6f6ddde

Browse files
committed
docs updated number of unit tests to 3269 (63)
[skip ci]
1 parent 8c0a9a8 commit 6f6ddde

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

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

1818
TinyORM is a modern ORM library that makes interacting with a database extremely simple.
1919

20-
The code is written in the modern c++20 way and is __heavily__ tested with __3263__ unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. The code coverage is good enough to guarantee API and behavior compatibility.
20+
The code is written in the modern c++20 way and is __heavily__ tested with __3269__ unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. The code coverage is good enough to guarantee API and behavior compatibility.
2121

2222
## Donations ❤️
2323

@@ -93,7 +93,7 @@ The following list fastly summarizes all the `TinyORM` features.
9393
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳
9494
- scaffolding of models, migrations, and seeders
9595
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
96-
- a huge amount of code is unit tested, currently __3263 unit tests__ 🤯
96+
- a huge amount of code is unit tested, currently __3269 unit tests__ 🤯
9797
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions
9898
- qmake and CMake build systems support
9999
- CMake FetchContent module support 🤙

docs/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ sidebar_position: 0
33
sidebar_label: 🔥 Prologue
44
slug: /
55
hide_table_of_contents: true
6-
description: TinyORM is a modern C++ ORM library that makes interacting with a database extremely simple. It depends on the QtCore and QtSql libraries. The code is written in the modern C++20 way and is heavily tested with 3263 unit and functional tests.
6+
description: TinyORM is a modern C++ ORM library that makes interacting with a database extremely simple. It depends on the QtCore and QtSql libraries. The code is written in the modern C++20 way and is heavily tested with 3269 unit and functional tests.
77
keywords: [c++ orm, prologue, tinyorm]
88
---
99

1010
# Prologue
1111

1212
TinyORM is a modern C++ ORM library that makes interacting with a database extremely simple. It depends on the `QtCore` and `QtSql` libraries.
1313

14-
The code is written in the modern C++20 way and is __heavily__ tested with __3263__ unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. The code coverage is good enough to guarantee API and behavior compatibility.
14+
The code is written in the modern C++20 way and is __heavily__ tested with __3269__ unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. The code coverage is good enough to guarantee API and behavior compatibility.
1515

1616
:::tip
1717
For a quick look at what's inside, check out the [Features Summary](features-summary.mdx).

docs/features-summary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following list fastly summarizes all the `TinyORM` features.
5353
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳
5454
- scaffolding of models, migrations, and seeders
5555
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
56-
- a huge amount of code is unit tested, currently __3263 unit tests__ 🤯
56+
- a huge amount of code is unit tested, currently __3269 unit tests__ 🤯
5757
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions
5858
- qmake and CMake build systems support
5959
- CMake FetchContent module support 🤙

docs/supported-compilers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: [c++ orm, supported compilers, supported build systems, tinyorm]
88

99
# Supported Compilers
1010

11-
Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then __3263 unit tests__ 😮💥.
11+
Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then __3269 unit tests__ 😮💥.
1212

1313
<div id="supported-compilers">
1414

0 commit comments

Comments
 (0)