Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -1,11 +1,11 @@
---
title: >
Writing good automated test names
Writing good automated test names
pubDate: 2022-11-15
permalink: >-
archive/2022/11/15/writing-good-automated-test-names
archive/2022/11/15/writing-good-automated-test-names
tags:
- testing
- testing
---
Something that I often see in code examples or tutorials are test methods like `testGet` or `testAdd`, or `testSubtract`. Short method names that don't describe the scenario that they're testing in much detail.