Replace 'Minetest' with 'Luanti' in remaining places

This commit is contained in:
rubenwardy
2025-08-25 14:21:43 +01:00
committed by GitHub
parent 1c2a56e784
commit 6265c0665b
36 changed files with 146 additions and 127 deletions

View File

@@ -32,8 +32,9 @@ def test_web_is_not_bot():
"Chrome/125.0.0.0 Safari/537.36").is_bot
def test_minetest_is_not_bot():
def test_luanti_is_not_bot():
assert not user_agents.parse("Minetest/5.5.1 (Linux/4.14.193+-ab49821 aarch64)").is_bot
assert not user_agents.parse("Luanti/5.12.0 (Linux/4.14.193+-ab49821 aarch64)").is_bot
def test_crawlers_are_bots():