Skip to content

The Object Mother Pattern is a Python 🐍 package that simplifies and standardizes the creation of test πŸ§ͺ objects.

License

Notifications You must be signed in to change notification settings

adriamontoto/object-mother-pattern

Repository files navigation

βš’οΈ Object Mother Pattern

Test Pipeline Lint Pipeline Coverage Pipeline Package Version Supported Python Versions

The Object Mother Pattern is a Python 🐍 package that simplifies and standardizes the creation of test πŸ§ͺ objects. This pattern is especially helpful in testing scenarios where you need to generate multiple instances of complex objects quickly and consistently. By providing a set of prebuilt πŸ› οΈ object mothers, you can drop these into your existing test suite and skip the boilerplate setup yourself.

Easy to install and integrate, the Object Mother Pattern is a must-have for any Python developer looking to simplify their testing workflow, ensure design uniformity, and leverage the full potential of reusable test objects in their projects πŸš€.

Table of Contents

πŸ”Ό Back to top



πŸ“₯ Installation

You can install Object Mother Pattern using pip:

pip install object-mother-pattern

πŸ”Ό Back to top



πŸ”‘ License

This project is licensed under the terms of the MIT license.

πŸ”Ό Back to top