From fbadfb345dd9f6393cf2d0dd156ae745c8910676 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 29 Apr 2024 23:44:02 +0100 Subject: [PATCH] Add daily email for 2024-04-27 Can you make a test fail? --- source/_daily_emails/2024-04-27.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/_daily_emails/2024-04-27.md diff --git a/source/_daily_emails/2024-04-27.md b/source/_daily_emails/2024-04-27.md new file mode 100644 index 000000000..ede4afd5d --- /dev/null +++ b/source/_daily_emails/2024-04-27.md @@ -0,0 +1,15 @@ +--- +title: Can you make a test fail? +date: 2024-04-27 +permalink: archive/2024/04/27/can-you-make-a-test-fail +tags: + - software-development + - automated-testing +cta: ~ +snippet: | + Can you make an automated test fail when you want? +--- + +Can you make an automated test fail when you want it to? + +If not, how do you know it's testing the correct thing?