---

layout: post
date: 2022-05-02
link: https://blog.ploeh.dk/2021/12/27/label-persistent-test-data-with-deletion-dates/
title: Label persistent test data with deletion dates
cited: Ploeh.dk

---

> I run my tests against a staging environment. The entire purpose of the library is to create resources, so all successful tests leave behind new 'things' in that staging environment.
> I'm not the only person who's testing against that environment, so all sorts of test entries accumulate.