From 37c6465a133a613a9cdcbae2f374e18f5ed08b30 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 14 Oct 2025 12:06:29 +0200 Subject: [PATCH] Make a note about testing --- docs/testing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/testing.md b/docs/testing.md index 4104823..b178fcd 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -1,5 +1,9 @@ # Running toot tests +toot has a series of integration tests to make sure it works with different Mastodon-compatible servers. This makes it a bit harder to run tests because we need a local instance to run the tests agains. + +**Please, never run tests against a live instance!** + ## Mastodon Clone mastodon repo and check out the tag you want to test: