mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-13 02:53:51 +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
|