Skip to content

Commit aeb95aa

Browse files
testing: update links to code challenges on overview page
1 parent f10f772 commit aeb95aa

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- dev: use python virtual env for mkdocs tasks in Makefile
2121
- dev: upgrade megalinter to version 8
2222
- dev: set markdown and make as git attributes of repo
23+
- testing: update links to code challenges on overview page
2324

2425
# 2024-03-03
2526

docs/testing/unit-testing/index.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,17 @@ As with file names, the namespaces for each test code file is the same as the so
110110

111111
## Project Examples: Code challenges with unit tests
112112

113-
* [TDD Kata: Recent Song-list](/simple-projects/tdd-kata/recent-song-list.md) - simple tests examples
114-
* [Codewars: Rock Paper Scissors (lizard spock) solution](https://github.com/practicalli/codewars-guides/tree/develop/rock-paper-scissors) - `and` examples
115-
* [practicalli/numbers-to-words](https://github.com/practicalli/numbers-to-words) - overly verbose example, ripe for refactor
116-
* [practicalli/codewars-guides](https://github.com/practicalli/codewars-guides) - deps.edn projects
117-
* [practicalli/exercism-clojure-guides](https://github.com/practicalli/exercism-clojure-guides) - Leiningen projects
113+
Code walk-through:
114+
115+
- [:fontawesome-solid-book-open: TDD Kata: Recent Song-list](/clojure/simple-projects/tdd-kata/recent-song-list/)
116+
- [:fontawesome-solid-book-open: TDD Kata: Salary Slip Generator](/clojure/simple-projects/tdd-kata/salary-slip-generator/)
117+
118+
GitHub repositories:
119+
120+
- [:fontawesome-brands-github: Codewars: Rock Paper Scissors (lizard spock) solution](https://github.com/practicalli/codewars-guides/tree/develop/rock-paper-scissors) - `and` examples
121+
- [:fontawesome-brands-github: practicalli/numbers-to-words](https://github.com/practicalli/numbers-to-words) - overly verbose example, ripe for refactor
122+
- [:fontawesome-brands-github: practicalli/codewars-guides](https://github.com/practicalli/codewars-guides) - deps.edn projects
123+
- [:fontawesome-brands-github: practicalli/exercism-clojure-guides](https://github.com/practicalli/exercism-clojure-guides) - Leiningen projects
118124

119125
## References
120126

0 commit comments

Comments
 (0)