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
### Challenge: Parameterising temperature conversion tests with pFUnit, part 1
348
+
### Challenge: Parameterising tests with pFUnit, part 1
349
349
350
-
Begin parameterising your pFUnit tests of temperature conversions by creating a custom derived type for your test parameters.
351
-
352
-
See part 2 of [3-writing-your-first-unit-test/challenge](https://github.com/carpentries-incubator/fortran-unit-testing/tree/main/exercises/3-writing-your-first-unit-test/challenge).
A solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/carpentries-incubator/fortran-unit-testing/tree/main/exercises/3-writing-your-first-unit-test/solution).
@@ -413,23 +414,6 @@ our test case type called **setUp**.
413
414
414
415
::::::::::::::::::::
415
416
416
-
::: challenge
417
-
418
-
### Challenge: Parameterising temperature conversion tests with pFUnit, part 2
419
-
420
-
Continue parameterising your pFUnit tests of temperature conversions by Updating your custom test case type to utilise your new
421
-
parameter type.
422
-
423
-
See part 2 of [3-writing-your-first-unit-test/challenge](https://github.com/carpentries-incubator/fortran-unit-testing/tree/main/exercises/3-writing-your-first-unit-test/challenge).
424
-
425
-
::: solution
426
-
427
-
A solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/carpentries-incubator/fortran-unit-testing/tree/main/exercises/3-writing-your-first-unit-test/solution).
428
-
429
-
:::
430
-
431
-
:::
432
-
433
417
::::::::::::
434
418
435
419
:::::::::::: spoiler
@@ -478,16 +462,16 @@ Let's look at the key aspects of this function:
478
462
479
463
::: challenge
480
464
481
-
### Challenge: Parameterising temperature conversion tests with pFUnit, part 3
482
-
483
-
Continue parameterising your pFUnit tests of temperature conversions by defining your parameters sets and returning them from your
484
-
test suite function.
465
+
### Challenge: Parameterising tests with pFUnit, part 2
485
466
486
-
See part 2 of [3-writing-your-first-unit-test/challenge](https://github.com/carpentries-incubator/fortran-unit-testing/tree/main/exercises/3-writing-your-first-unit-test/challenge).
A solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/carpentries-incubator/fortran-unit-testing/tree/main/exercises/3-writing-your-first-unit-test/solution).
### Challenge: Parameterising temperature conversion tests with pFUnit, part 4
524
-
525
-
Finish parameterising your pFUnit tests of temperature conversions by Updating your test subroutine to make use of your new custom
526
-
parameter type and test suite.
507
+
### Challenge: Parameterising tests with pFUnit, part 3
527
508
528
-
See part 2 of [3-writing-your-first-unit-test/challenge](https://github.com/carpentries-incubator/fortran-unit-testing/tree/main/exercises/3-writing-your-first-unit-test/challenge).
A solution is provided in [3-writing-your-first-unit-test/solution](https://github.com/carpentries-incubator/fortran-unit-testing/tree/main/exercises/3-writing-your-first-unit-test/solution).
0 commit comments