mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2026-09-21 15:34:06 +02:00
test(code): expand false positive integration test coverage
This commit is contained in:
parent
51a49494aa
commit
5658a6d726
1 changed files with 8 additions and 0 deletions
|
|
@ -118,6 +118,14 @@ class TestUserAgentPatternGeneration(unittest.TestCase):
|
|||
"Wget/1.20.3 (linux-gnu)",
|
||||
"NotCursor/1.0",
|
||||
"CursorNot/1.0",
|
||||
"NotScrapy/2.0",
|
||||
"ScrapyNot/2.0",
|
||||
"NotClaude/1.0",
|
||||
"ClaudeNot/1.0",
|
||||
"NotPerplexity/1.0",
|
||||
"NotAmazonbot/1.0",
|
||||
"NotApplebot/1.0",
|
||||
"NotBytespider/1.0",
|
||||
]
|
||||
|
||||
for ua in non_ai_user_agents:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue