Skip to content

Commit 549a9f8

Browse files
committed
Add missing template
1 parent edbcdd0 commit 549a9f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

testing/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@ Test project /Users/connoraird/work/fortran-tooling/build
3030

3131
Total Test time (real) = 0.69 sec
3232
```
33+
34+
## Template Features matrix
35+
36+
Compilers tested: *A list of compilers we have tried with these tests*
37+
38+
| Feature | Implemented natively | Implemented manually |
39+
|---------|----------------------|----------------------|
40+
| Can run individual tests | Yes or No (explanation) | Yes or No (explanation) |
41+
| Mocking | Yes or No (explanation) | Yes or No (explanation) |
42+
| Stubbing | Yes or No (explanation) | Yes or No (explanation) |
43+
| Data driven tests | Yes or No (explanation) | Yes or No (explanation) |
44+
| Coverage report | Yes or No (explanation) | Yes or No (explanation) |
45+
| Skip tests | Yes or No (explanation) | Yes or No (explanation) |

0 commit comments

Comments
 (0)