Skip to content

Commit 155b024

Browse files
committed
Add course materials for Testing & CI lesson
1 parent cf40641 commit 155b024

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

course.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ into your development workflow using continuous integration (CI). CI streamlines
9090
your process by automatically running tests with every code change, catching
9191
bugs early and saving you time.
9292

93+
**Course materials:** [lesson][testing_lesson], [files][testing_files]
94+
9395
### Documentation
9496
<span style="color: #ff0000">Wednesday 4th</span> March 2026, in person.
9597

@@ -180,4 +182,7 @@ We'd love to hear your (anonymous) feedback: please fill in our [feedback form][
180182
[git_slides]: https://docs.google.com/presentation/d/1ifKyvCnR-ZcJokvKrrfUbf9n7lmIrP8XKRz9Uqyu538
181183

182184
[lifecycle_slides]: https://docs.google.com/presentation/d/1pAwfg1H5Ny957NRrUlNhCRizVs4AkuBooYWcL7zu6i0
183-
[lifecycle_video]: https://york-ac-uk.zoom.us/rec/share/TEg2AYluX9azyfP7N7hHQyR8OpMJStxWS8Unpv8syIcK43wujSI0212PupSoVN0x.uMEyU-9ZBsIXKEEc
185+
[lifecycle_video]: https://york-ac-uk.zoom.us/rec/share/TEg2AYluX9azyfP7N7hHQyR8OpMJStxWS8Unpv8syIcK43wujSI0212PupSoVN0x.uMEyU-9ZBsIXKEEc
186+
187+
[testing_lesson]: https://researchcodingclub.github.io/python-testing-for-research
188+
[testing_files]: https://github.com/ResearchCodingClub/python-testing-for-research/tree/main/learners/files]

0 commit comments

Comments
 (0)