Explore Kartoza

Try searching for: QGIS, Training, GeoNode, PostGIS

Testing

Mocking Requests with Responses

The article presents an alternative to the requests_mock library for testing HTTP requests in Python.

Read more

Python Mocking Introduction

This comprehensive guide explores mocking in unit testing, focusing on isolating code from external dependencies.

Read more

Mocking Requests with requests_mock

The piece emphasizes that testing is an important part of software development, demonstrating how to test code that depends on external APIs without incurring costs.

Read more