Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix EmptyFileTest
  • Loading branch information
Rémi Lapeyre
Rémi Lapeyre committed Jun 11, 2019
commit 3125ee9ba2c4ae422c0cb5688bdaaffb56869319
1 change: 1 addition & 0 deletions Lib/test/test_robotparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class RejectAllRobotsTest(BaseRobotTest, unittest.TestCase):

class EmptyFileTest(BaseRobotTest, unittest.TestCase):
robots_txt = ""
good = ['/foo']


class BaseRequestRateTest(BaseRobotTest):
Expand Down