Add per-package download tracking
This commit is contained in:
5
app/tests/unit/test_utils.py
Normal file
5
app/tests/unit/test_utils.py
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user