misc: cleanup
This commit is contained in:
@@ -59,11 +59,10 @@ Steps:
|
|||||||
|
|
||||||
1. Write the test.
|
1. Write the test.
|
||||||
- Naming is `test_func_name`
|
- Naming is `test_func_name`
|
||||||
- Store the function output in a variable.
|
- Store the function output in a variable (`$result` or `${result[@]}`).
|
||||||
- Use `assert_equals` to test equality between the variable and the
|
- Use `assert_equals` to test equality between the variable and the
|
||||||
expected output.
|
expected output.
|
||||||
2. ???
|
2. The test script will automatically execute it. :+1:
|
||||||
3. The test script will automatically execute it. :+1:
|
|
||||||
|
|
||||||
|
|
||||||
## Running the tests
|
## Running the tests
|
||||||
|
|||||||
Reference in New Issue
Block a user