From b31145aa8183d729d7d1343e6d8fbcf736c06613 Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 8 Aug 2022 16:30:15 +0200 Subject: [PATCH] updated number of unit tests to 1375 --- README.md | 2 +- docs/features-summary.mdx | 2 +- docs/supported-compilers.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d5b26167..baba6f2b9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Whole library is documented as markdown documents: - the `tom` console application with tab completion for all shells (pwsh, bash, zsh) 🥳 - the scaffolding of models, migrations, and seeders - overhauled models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command -- a huge amount of code is unit tested, currently __1372 unit tests__ 🤯 +- a huge amount of code is unit tested, currently __1375 unit tests__ 🤯 - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions - qmake and CMake build systems support - vcpkg support (also the vcpkg port, currently not committed to the vcpkg repository ☹️) diff --git a/docs/features-summary.mdx b/docs/features-summary.mdx index da0e0e049..c528741cc 100644 --- a/docs/features-summary.mdx +++ b/docs/features-summary.mdx @@ -46,7 +46,7 @@ The following list fastly summarizes all `TinyORM` features. - the `tom` console application with tab completion for all shells (pwsh, bash, zsh) 🥳 - the scaffolding of models, migrations, and seeders - overhauled models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command -- a huge amount of code is unit tested, currently __1372 unit tests__ 🤯 +- a huge amount of code is unit tested, currently __1375 unit tests__ 🤯 - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions - qmake and CMake build systems support - vcpkg support (also the vcpkg port, currently not committed to the vcpkg repository ☹️) diff --git a/docs/supported-compilers.mdx b/docs/supported-compilers.mdx index e1d4f214e..2979992c6 100644 --- a/docs/supported-compilers.mdx +++ b/docs/supported-compilers.mdx @@ -8,7 +8,7 @@ keywords: [c++ orm, supported compilers, supported build systems, tinyorm] # Supported Compilers -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 __1372 unit tests__ 😮💥. +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 __1375 unit tests__ 😮💥.