Streamline Your Tests: Mocking APIs with VCR.py
Developers typically use the unittest.mock module to patch the requests library directly, replacing real HTTP calls with mock objects. vcrpy makes it much easier.
Developers typically use the unittest.mock module to patch the requests library directly, replacing real HTTP calls with mock objects. vcrpy makes it much easier.
We will look at the potential GDPR and Google services, chicken and egg issue.
Find out how we use Terraform to manage our GitHub organisation, control users and teams and create repositories.
Find out how we use Docker to build and distribute our software for multiple architectures.
Kaniko allows us to build and publish our docker images a docker repository safely.
Hugo allows us to build a super fast website, hosted out of an AWS S3 bucket, but with all the features you need from a modern CMS.