You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Software
80
80
81
81
Eight separate markdown help files with detailed information,
82
82
in documentation folder are available.
83
-
For shortcut to each help file click on link in 2nd table in *software* section below. The repo also contains a *test folder* where test files used in development are available, one for each library file.
83
+
For shortcut to each help file click on link in 2nd table below.
84
84
A script to print library meta data is also installed.
85
85
86
86
| Installed File Path | Description |
@@ -100,7 +100,7 @@ A script to print library meta data is also installed.
100
100
| bmtData | btmDataFunc | 601-607 | Data related |[bmtData help file](documentation/bmtData.md)|
101
101
| bmtTime | btmTimeFunc | 701-709 | Time related |[bmtTime help file](documentation/bmtTime.md)|
The library contains eight section's, Each section has one file with one function.
106
106
Which contains 50 sub-sections in total.
@@ -109,7 +109,9 @@ Printing, prompting, Linux related, file related,
109
109
data related, time related , network related and miscellaneous.
110
110
The sections are mostly independent of each other
111
111
you can source them individually if you wish, however the prompt file *is*
112
-
dependent on print. Each file has one function,
112
+
dependent on print. There is also a ninth test section bmtTest used to test library.
113
+
114
+
The repo also contains a *test folder* where test files used in development are available, one for each library file. There is also a testTest.sh which runs an semi-automated test on entire library and produces a report.
113
115
114
116
Example
115
117
----------------------------
@@ -118,6 +120,6 @@ Output of basic example file in example folder, showing basic usage.
0 commit comments