misc: cleanup

This commit is contained in:
Dylan Araps
2018-06-15 11:48:01 +10:00
parent 69b9bb5924
commit e21704fe55

View File

@@ -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