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
| Can run individual tests |Y, see [main.f90](./tests/test-drive/main.f90)| N/A|
33
+
| Can run individual tests |No | Yes, see [main.f90](./main.f90). However, this requires running the test executable directly without ctest.|
34
34
| Mocking | No | Not implemented |
35
35
| Stubbing | No | Not implemented |
36
-
| Data driven tests | No | Yes, see verify_calculate_mesh_parameters and verify_calculate_mesh in [test_mesh_generator.f90](./tests/test_mesh_generator.f90)
37
-
| Coverage report |Y, with fpm | N/A |
38
-
| Skip tests |Y, see test_skip_example in [test_calc_pi.f90](./test-drive/tests/test_mesh_generator.f90)| N/A |
36
+
| Data driven tests | No | Yes, see verify_calculate_mesh_parameters and verify_calculate_mesh in [test_mesh_generator.f90](./test_mesh_generator.f90)
37
+
| Coverage report |Yes, with fpm | N/A |
38
+
| Skip tests |Yes, see test_skip_example in [test_calc_pi.f90](./test_mesh_generator.f90)| N/A |
39
39
40
40
## Pros
41
41
- Lightweight, procedural unit testing framework based on nothing but standard Fortran.
0 commit comments