File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ Write your test functions in a file. The name of a test function has to start wi
165165
166166Use the *bash_unit* assertion functions in your test functions, see below.
167167
168- You may write a *setup* function that will be exectuted before each test is run.
168+ You may write a *setup* function that will be executed before each test is run.
169169
170- You may write a *teardown* function that will be exectuted after each test is run.
170+ You may write a *teardown* function that will be executed after each test is run.
171171
172172You may write a *setup_suite* function that will be executed only once before all the tests of your test file.
173173
Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ Write your test functions in a file. The name of a test function has to start wi
182182.sp
183183Use the \fB bash_unit \fP assertion functions in your test functions, see below.
184184.sp
185- You may write a \fB setup \fP function that will be exectuted before each test is run.
185+ You may write a \fB setup \fP function that will be executed before each test is run.
186186.sp
187- You may write a \fB teardown \fP function that will be exectuted after each test is run.
187+ You may write a \fB teardown \fP function that will be executed after each test is run.
188188.sp
189189You may write a \fB setup_suite \fP function that will be executed only once before all the tests of your test file.
190190.sp
You can’t perform that action at this time.
0 commit comments