Skip to content

Commit 527e8b8

Browse files
committed
Markdownify csbd/tests/README.md
1 parent 9368952 commit 527e8b8

File tree

1 file changed

+21
-36
lines changed

1 file changed

+21
-36
lines changed

csdb/tests/README.md

Lines changed: 21 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,45 @@
1-
About the CodeSnippets Tests project
2-
--------------------------------------------------------------------------------
1+
# About the CodeSnippets Tests project
32

4-
This project provides tests and demos of snippets from the DelphiDabbler Code
5-
Snippets Database https://github.com/delphidabbler/code-snippets
3+
This project provides tests and demos of snippets from the [DelphiDabbler Code Snippets Database](https://github.com/delphidabbler/code-snippets).
64

7-
8-
Directory Structure
9-
--------------------------------------------------------------------------------
5+
## Directory Structure
106

117
The project has the following directories:
128

13-
./
9+
### `./`
1410

1511
Contains this file.
1612

17-
./Src
13+
### `./Src`
1814

19-
Contains project groups files for Delphi 2006..2010 that group together all
20-
the sub-projects that are stored in sub-directories of Src.
15+
Contains project groups files for Delphi 2006..2010 that group together all the sub-projects that are stored in sub-directories of `Src`.
2116

22-
There is also a batch file, Config.bat, that is used to create the temporary
23-
directories needed to compile the code.
17+
There is also a batch file, `Config.bat`, that is used to create the temporary directories needed to compile the code.
2418

25-
./Src/Cat-Date
19+
### `./Src/Cat-Date`
2620

27-
Contains the TestDateCat project that provides DUnit tests for selected
28-
snippets from the database's Date and Time category.
21+
Contains the _TestDateCat_ project that provides _DUnit_ tests for selected snippets from the database's _Date and Time_ category.
2922

30-
./Src/Cat-Drive
23+
### `./Src/Cat-Drive`
3124

32-
Contains the TestDriveCat project that implements a GUI application that
33-
exercises and demonstrates all the code from the database's Drive Management
34-
category.
25+
Contains the _TestDriveCat_ project that implements a GUI application that exercises and demonstrates all the code from the database's _Drive Management_ category.
3526

36-
./Src/Cat-Hex
27+
### `./Src/Cat-Hex`
3728

38-
Contains the TestHexCat project that provides DUnit tests for all the snippets
39-
from the database's Hex Utilities category.
29+
Contains the _TestHexCat_ project that provides _DUnit_ tests for all the snippets from the database's _Hex Utilities_ category.
4030

41-
./Src/Cat-Maths
31+
### `./Src/Cat-Maths`
4232

43-
Contains the TestCatMaths project that provides DUnit tests for selected
44-
snippets from the database's Mathematics category.
33+
Contains the _TestCatMaths_ project that provides _DUnit_ tests for selected snippets from the database's _Mathematics_ category.
4534

46-
./Src/Cat-String
35+
### `./Src/Cat-String`
4736

48-
Contains the TestCatString project that provides DUnit tests for selected
49-
snippets from the database's String Management category.
37+
Contains the _TestCatString_ project that provides _DUnit_ tests for selected snippets from the database's _String Management_ category.
5038

51-
./Src/Cat-Structs
39+
### `./Src/Cat-Structs`
5240

53-
Contains the TestCatStruct project the provides DUnit tests for selected
54-
snippets from the database's Structs category.
41+
Contains the _TestCatStruct_ project the provides _DUnit_ tests for selected snippets from the database's _Structs_ category.
5542

56-
./Src/Cat-WinSys
43+
### `./Src/Cat-WinSys`
5744

58-
Contains the TextWinSysCat project that provides a GUI application that
59-
exercises and demonstrates all the code from the database's Windows System
60-
category.
45+
Contains the _TextWinSysCat_ project that provides a GUI application that exercises and demonstrates all the code from the database's _Windows System_ category.

0 commit comments

Comments
 (0)