## Overview
Tests should all be made against the development server, ideally creating all collections, users and posts as required. This will avoid something no longer being available or changing names that breaks our tests.
## Background
Currently some tests rely on the live write.as blog being ephemeral.
## Implementation
- In all tests `NewClient` should be replaced with `NewDevClient`
- Each test should set up and tear down anything required on the development server