Skip to content

Commit 30de830

Browse files
committed
docs updated number of unit tests to 3378 (63)
[skip ci]
1 parent 0c40fe7 commit 30de830

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

โ€ŽREADME.mdโ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
TinyORM is a modern ORM library that makes interacting with a database extremely simple.
2121

22-
The code is written in the modern c++20 way and is __heavily__ tested with __3366__ 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.
22+
The code is written in the modern c++20 way and is __heavily__ tested with __3378__ 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.
2323

2424
## Donations โค๏ธ
2525

@@ -67,7 +67,7 @@ The following list summarizes all the `TinyDrivers` and `TinyMySql` libraries' f
6767
- re-using the current `SqlQuery` instance to re-execute the same or another query
6868
- detaching from the result set (associated to release memory)
6969
- query size, number of affected rows, last inserted ID, testing `isNull()`, ...
70-
- all __3366 unit tests__ passed ๐Ÿ˜ฎ
70+
- all __3378 unit tests__ passed ๐Ÿ˜ฎ
7171

7272
The following list fastly summarizes all the `TinyORM` features.
7373

@@ -109,7 +109,7 @@ The following list fastly summarizes all the `TinyORM` features.
109109
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ ๐Ÿฅณ
110110
- scaffolding of models, migrations, and seeders
111111
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
112-
- a huge amount of code is unit tested, currently __3366 unit tests__ ๐Ÿคฏ
112+
- a huge amount of code is unit tested, currently __3378 unit tests__ ๐Ÿคฏ
113113
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code ๐Ÿ˜Ž), folding expressions
114114
- qmake and CMake build systems support
115115
- 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 3366 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 3378 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 __3366__ 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 __3378__ 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 __3366 unit tests__ ๐Ÿคฏ
56+
- a huge amount of code is unit tested, currently __3378 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 __3366 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 __3378 unit tests__ ๐Ÿ˜ฎ๐Ÿ’ฅ.
1212

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

โ€Ždocs/tinydrivers/getting-started.mdxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It was designed to drop the `QtSql` dependency while maintaining backward compat
3535
- re-using the current `SqlQuery` instance to re-execute the same or another query
3636
- detaching from the result set (associated to release memory)
3737
- query size, number of affected rows, last inserted ID, testing `isNull()`, ...
38-
- all __3366 unit tests__ passed ๐Ÿ˜ฎ
38+
- all __3378 unit tests__ passed ๐Ÿ˜ฎ
3939

4040
:::info
4141
Currently, only the `MySQL` database driver is supported and finished.

0 commit comments

Comments
ย (0)