We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bec910 commit f39b73fCopy full SHA for f39b73f
1 file changed
config.yaml
@@ -34,7 +34,7 @@ life_cycle: 'pre-alpha'
34
license: 'CC-BY 4.0'
35
36
# Link to the source repository for this lesson
37
-source: 'https://github.com/UCL-ARC/fortran-unit-testing-lesson/'
+source: 'https://github.com/UCL-ARC/fortran-unit-testing-lesson'
38
39
# Default branch of your lesson
40
branch: 'main'
@@ -66,8 +66,8 @@ contact: 'c.aird@ucl.ac.uk'
66
67
# Order of episodes in your lesson
68
episodes:
69
-- 1-intro-to-unit-tests.md
70
-- 2-intro-to-fortran-unit-tests.md
+- 1-what-is-a-unit-tests.md
+- 2-refactor-fortran.md
71
- 3-fortran-unit-test-syntax.md
72
- 4-debugging-a-broken-test.md
73
- 5-testing-parallel-code.md
0 commit comments