mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-19 00:26:01 +00:00
Update tests and convert to stock unittest
For these simple tests Python's built-in unittest framework is more than enough. No additional dependencies are required. Added some more test cases with "special" characters to test the escaping code better.
This commit is contained in:
parent
0bd3fa63b8
commit
17b826a6d3
5 changed files with 120 additions and 35 deletions
|
@ -38,4 +38,10 @@ User-agent: Timpibot
|
|||
User-agent: VelenPublicWebCrawler
|
||||
User-agent: Webzio-Extended
|
||||
User-agent: YouBot
|
||||
User-agent: crawler.with.dots
|
||||
User-agent: star***crawler
|
||||
User-agent: Is this a crawler?
|
||||
User-agent: a[mazing]{42}(robot)
|
||||
User-agent: 2^32$
|
||||
User-agent: curl|sudo bash
|
||||
Disallow: /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue