oliverdavies.uk/source/_talks/automated-testing-lightning-talk.md
Oliver Davies f33e9beaa4 Consistent ordering and formatting for talk events
Use a consistent format for talk events, with the most recent talk at
the top of the list with the rest in a descending order.

This removes the need to use a `reverse` filter in the events partial.
2024-01-15 19:41:05 +00:00

16 lines
461 B
Markdown

---
title: Automated testing crash course
description: A crash course in automated testing with Drupal and test-driven development (lightning talk).
events:
-
name: NWDUG
location: Manchester, UK
date: 2023-08-08
url: https://www.meetup.com/nwdrupal/events/293429104
online: true
---
A short talk introducing automated testing with Drupal and test-driven development.
Example repository: <https://github.com/opdavies/nwdug-testing-talk>