I published a reusable Django application today: django-http-debug , which lets you define mock HTTP endpoints using the Django admin - like /webhook-debug/ for example, configure what they should return and view detailed logs of every request they receive.| til.simonwillison.net
I've been working on a tool called dclient which is a CLI client tool for talking to Datasette instances.| til.simonwillison.net
I really like Playwright for writing automated tests for web applications using a headless browser. It's pretty easy to install and run, and it works well in GitHub Actions.| til.simonwillison.net
I added some unit tests to my datasette-plugin cookiecutter template today, since the latest features involved adding a hooks/post_gen_project.py script.| til.simonwillison.net
I’ve been making a lot of progress on Datasette Cloud this week. As an application that provides private hosted Datasette instances (initially targeted at data journalists and newsrooms) the majority …| Simon Willison’s Weblog