Update docs/05_Mock_tests.md

This commit is contained in:
XiangRongLin 2021-11-24 17:58:17 +01:00 committed by GitHub
parent 27a0842993
commit 81195776d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
A web crawler is by nature dependant on the external service which it is crawling.
In order to have a reliable CI pipeline, this external dependency needs to be removed.
For this there is a system in place to automatically save the requests made to a service and their responses.
These can then be used in CI to reliably test changes made to the Extractor and not have test failures due to API changes on the side of the service.
These can then be used in the CI pipeline to reliably test changes made to the Extractor and not have test failures due to API changes on the side of the service.
## Multiple downloader implementations