Skip to content

Commit 5810460

Browse files
committed
Update and correct tests/README.md
Noted that all snippets in Arrays category now have unit tests. Added warning that newer tests are only checked for compiling with Delphi XE and later. Corrected some errors and inconsistencies.
1 parent a7ca449 commit 5810460

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This project provides tests and demos of snippets from the [DelphiDabbler Code Snippets Database](https://github.com/delphidabbler/code-snippets).
44

5+
> ⚠️ Recent changes have only been compiled and tested with Delphi XE and later. While project files for earlier versions of Delphi remain available it is not guaranteed that any of the projects will compile with versions of Delphi prior to Delphi XE.
6+
57
## Directory Structure
68

79
The project has the following directories:
@@ -15,7 +17,7 @@ Contains:
1517

1618
### `./Cat-Arrays`
1719

18-
Contains the _TestArraysCat_[^2] project that provides _DUnit_ tests for snippets from the database's _Arrays_ category. Currently tests are only available for the _TArrayUtils_ advanced record.
20+
Contains the _TestArraysCat_[^2] project that provides _DUnit_ tests for all the snippets in the database's _Arrays_ category.
1921

2022
### `./Cat-Date`
2123

@@ -27,19 +29,19 @@ Contains the _TestDriveCat_[^2] project that implements a GUI application that e
2729

2830
### `./Cat-Hex`
2931

30-
Contains the _TestHexCat_[^2] project that provides _DUnit_ tests for all the snippets from the database's _Hex Utilities_ category.
32+
Contains the _TestHexCat_[^2] project that provides _DUnit_ tests for all the snippets in the database's _Hex Utilities_ category.
3133

3234
### `./Cat-Maths`
3335

3436
Contains the _TestCatMaths_[^2] project that provides _DUnit_ tests for selected snippets from the database's _Mathematics_ category.
3537

3638
### `./Cat-String`
3739

38-
Contains the _TestCatStructsXE_[^3] project that provides _DUnit_ tests for selected snippets from the database's _Structures_ category.
40+
Contains the _TestCatString_[^2] project that provides _DUnit_ tests for selected snippets from the database's _String Management_ category.
3941

4042
### `./Cat-Structs`
4143

42-
Contains the _TestCatString_[^2] project that provides _DUnit_ tests for selected snippets from the database's _String Management_ category.
44+
Contains the _TestCatStructsXE_[^3] project that provides _DUnit_ tests for all snippets in the database's _Structures_ category.
4345

4446
### `./Cat-WinSys`
4547

0 commit comments

Comments
 (0)