boromir674/pytest-object-getter

View on GitHub
docs/contents/10_introduction.rst

Summary

Maintainability
Test Coverage
============
Introduction
============

| This is **Pytest Object Getter**, a *Python Package* desinged to ...

| Goal of this project is to facilitate easier mocking when writing test cases.

It provides with infrastructure (as pytest fixtures) to simplify writing a test case
that requires one or more (python) objects to be mocked

| This documentation aims to help people understand what are the package's features and to demonstrate
| how to leverage them for their use cases.