mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
6 lines
142 B
Python
6 lines
142 B
Python
import user_agents
|
|
|
|
|
|
def test_minetest_is_not_bot():
|
|
assert not user_agents.parse("Minetest/5.5.1 (Linux/4.14.193+-ab49821 aarch64)").is_bot
|