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
Copy file name to clipboardExpand all lines: 4-pfunit-syntax.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ end type my_test_case
141
141
142
142
#### Challenge: Add derived types to pFUnit tests of temperature conversions
143
143
144
-
Continuing with part two of [3-writing-your-first-unit-test/challenge][exercises-challenge] from the
144
+
Continuing with part two of [3-writing-your-first-unit-test/challenge][https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-writing-your-first-unit-test/challenge] from the
145
145
exercises repo. Begin re-writing your standard Fortran test using pFUnit. First, add some derived
A full solution is provided in [3-writing-your-first-unit-test/solution](exercises-solution).
174
+
A full solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-writing-your-first-unit-test/solution).
175
175
176
176
:::::::::::::::::::::::::::::::::::::::::
177
177
:::::::::::::::::::::::::::::::::::::::::::::::
@@ -229,7 +229,7 @@ function fahrenheit_to_celsius_testsuite() result(params)
229
229
end function fahrenheit_to_celsius_testsuite
230
230
```
231
231
232
-
A full solution is provided in [3-writing-your-first-unit-test/solution](exercises-solution).
232
+
A full solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-writing-your-first-unit-test/solution).
A full solution is provided in [3-writing-your-first-unit-test/solution](exercises-solution).
318
+
A full solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-writing-your-first-unit-test/solution).
319
319
320
320
:::::::::::::::::::::::::::::::::::::::::
321
321
:::::::::::::::::::::::::::::::::::::::::::::::
@@ -394,7 +394,7 @@ function temp_conversions_test_params_t_toString(this) result(string)
394
394
end function temp_conversions_test_params_t_toString
395
395
```
396
396
397
-
A full solution is provided in [3-writing-your-first-unit-test/solution](exercises-solution).
397
+
A full solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-writing-your-first-unit-test/solution).
398
398
399
399
:::::::::::::::::::::::::::::::::::::::::
400
400
:::::::::::::::::::::::::::::::::::::::::::::::
@@ -405,15 +405,11 @@ A full solution is provided in [3-writing-your-first-unit-test/solution](exercis
405
405
406
406
## Challenge: Test temperature conversions using pFUnit
407
407
408
-
Finalising your pFUnit test of `temp_conversions` add an additional test of the function `celsius_to_kelvin`.
408
+
Finalising your pFUnit test of **temp_conversions**, add an additional test of the function **celsius_to_kelvin**.
409
409
410
410
:::::::::::::::::::::::::::::::: solution
411
411
412
-
The full solution is provided in [3-writing-your-first-unit-test/solution](exercises-solution).
412
+
The full solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-writing-your-first-unit-test/solution).
0 commit comments