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
| bmtTest | bmtDrawFunc | 901-907 | Draw related |[bmtDraw help file](documentation/bmtDraw.md)|
91
+
| bmtTest | bmtTestFunc | 1001 | internal library test |[bmtTest help file](documentation/bmtTest.md)|
92
+
93
+
The library contains eight section's, Each section has one file with one function.
94
+
Which contains 70 sub-sections in total.
109
95
The sections are grouped per logical function.
110
-
Printing, prompting, Linux related, file related,
111
-
data related, time related , network related and miscellaneous.
96
+
Printing, prompting, Linux related, file related,
97
+
data related, time related , draw related, network related and miscellaneous.
112
98
The sections are mostly independent of each other
113
-
you can source them individually if you wish, however the prompt file *is*
114
-
dependent on print. There is also a ninth test section bmtTest used to test library.
99
+
you can source them individually if you wish, however the prompt file *is*
100
+
dependent on print. There is also a test section bmtTest used to test library.
115
101
116
-
The repo also contains a *test folder* where a test file used in development are available, one function for each library file. The test file "testTest.sh", runs an semi-automated test on entire library and produces a report. Pass the test file a number between 1-9 , 1-8 correspond to the sections, 9 will test entire library.
117
-
118
-
Example
119
-
----------------------------
102
+
## Example
120
103
121
104
Output of basic example file in example folder, showing basic usage.
The library contains a test section bmtTest used to test library.
111
+
The test section contains one function bmtTestFunc which is used to test the library.
112
+
The test function is used in the test file "testTest.sh", which runs an semi-automated test on entire library and produces a report. Pass the test file a number between 1-9 , 1-9 correspond to the sections, 0 will test entire library.
113
+
The repo also contains a *test folder* where a test file used in development are available, one function for each library file.
0 commit comments