summaryrefslogtreecommitdiff
path: root/tests/test_build_linkcheck.py
Commit message (Expand)AuthorAgeFilesLines
* don't print file extension twice in linkcheck warningsoleg.hoefling2021-09-271-1/+1
* Fix #9435: linkcheck: Failed to check anchors in github.comTakeshi KOMIYA2021-07-181-7/+3
* Merge branch '4.x' into 6525_linkcheck_warn_redirectsTakeshi KOMIYA2021-07-071-3/+33
|\
| * Merge branch '4.x' into 4.0.xTakeshi KOMIYA2021-06-131-3/+7
| |\
| | * Close #9016: linkcheck builder failed to check the anchors of github.comTakeshi KOMIYA2021-06-011-3/+7
| * | positive test assertionJustin Mathews2021-06-101-0/+9
| * | explicitly close the connectionJustin Mathews2021-06-101-1/+1
| * | reuse existing test linkJustin Mathews2021-06-101-1/+1
| * | test with httpJustin Mathews2021-06-101-2/+1
| * | Trigger the bad web server behaviour with the http_server context manager ins...Justin Mathews2021-06-091-1/+12
| * | catch ConnectionError on HEADJustin Mathews2021-06-071-12/+2
| * | failing test for linkcheck of US Patent pageJustin Mathews2021-06-071-0/+17
| |/
* | linkcheck: Emit a warning for disallowed redirectsTakeshi KOMIYA2021-05-311-30/+0
* | Add testcase for combination of allow_redirects and warn_redirectsTakeshi KOMIYA2021-05-211-16/+38
* | Rename linkcheck_ignore_redirects to linkcheck_allowed_redirectsTakeshi KOMIYA2021-05-201-2/+2
* | Close #6525: linkcheck: Add linkcheck_ignore_redirectsTakeshi KOMIYA2021-05-161-0/+20
* | Close #6525: linkcheck: Add linkcheck_warn_redirectsTakeshi KOMIYA2021-05-161-2/+14
|/
* Fix the testcase for linkcheck refers removed URLsTakeshi KOMIYA2021-03-271-2/+2
* refactor: linkcheck: Refine the constructor of Checker and CheckWorkerTakeshi KOMIYA2021-02-121-32/+13
* refactor: linkcheck: Separate thread manager feature from builder classTakeshi KOMIYA2021-02-121-16/+26
* refactor: linkcheck: Separate worker feature from builder classTakeshi KOMIYA2021-02-051-6/+17
* Linkcheck: Use app.build() to trigger the test buildFrançois Freitag2021-01-271-22/+22
* linkcheck: Fix race condition that could lead to checking the availability of...Takeshi KOMIYA2021-01-201-37/+0
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Ensure linkcheck items are comparableFrançois Freitag2020-12-221-0/+37
* Replace modify_env() with pytest monkeypatch.setenv()Jon Dufresne2020-11-271-3/+4
* Fix #6629: linkcheck: Handle rate-limitingFrançois Freitag2020-11-251-0/+162
* linkcheck: Add a testcase for infinite redirect loop on HEAD requestTakeshi KOMIYA2020-11-231-0/+28
* Make tests/ a Python packageFrançois Freitag2020-11-201-1/+1
* refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA2020-11-151-4/+13
* linkcheck: Prevent REQUESTS_CA_BUNDLE leak in testsFrançois Freitag2020-11-141-5/+20
* Merge pull request #8421 from francoisfreitag/test-self-signedTakeshi KOMIYA2020-11-141-7/+76
|\
| * linkcheck: Verify behavior with self-signed certsFrançois Freitag2020-11-141-7/+76
* | linkcheck: Remove unused argument from test_invalid_sslFrançois Freitag2020-11-141-1/+1
|/
* linkcheck: test invalid SSL is reported as brokenFrançois Freitag2020-11-121-0/+20
* linkcheck: Rewrite headers tests without mockingFrançois Freitag2020-11-111-21/+39
* linkcheck: Rewrite auth tests without mockingFrançois Freitag2020-11-111-16/+29
* linkcheck: Test redirect following for HEAD and GETFrançois Freitag2020-11-111-0/+59
* Rename test-linkcheck-localserver{,-anchor}François Freitag2020-11-111-1/+1
* Merge pull request #8409 from francoisfreitag/linkcheck-testsTakeshi KOMIYA2020-11-121-6/+6
|\
| * linkcheck: Remove unused arguments from testsFrançois Freitag2020-11-111-6/+6
* | Sort imports with isortFrançois Freitag2020-11-111-0/+1
|/
* Rewrite test_inspect_main_url to avoid mockingFrançois Freitag2020-11-081-25/+7
* Fix #8268: make linkcheck report HTTP errorsFrançois Freitag2020-10-031-0/+36
* Close #5208: linkcheck: Support checks for local linksTakeshi KOMIYA2020-07-191-5/+8
* Close #7247: linkcheck: Add linkcheck_request_headersTakeshi KOMIYA2020-06-011-0/+33
* test: clean upTakeshi KOMIYA2020-03-011-3/+0
* ENH: linkcheck: also write all links to output.jsonWes Turner2020-02-121-1/+58
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-2/+2
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1