Skip to content

Commit 23b9db8

Browse files
committed
Expand on running inidividual tests
1 parent 158cac4 commit 23b9db8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testing/test-drive/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Compilers tested: gfortran (homebrew)
3030

3131
| Feature | Implemented natively | Implemented manually |
3232
|---------|----------------------|----------------------|
33-
| 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. |
3434
| Mocking | No | Not implemented |
3535
| 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 |
3939

4040
## Pros
4141
- Lightweight, procedural unit testing framework based on nothing but standard Fortran.

0 commit comments

Comments
 (0)