Updated 4 months ago

object-mother-pattern • Rank 11.3 • Science 44%

The Object Mother Pattern is a Python 🐍 package that simplifies and standardizes the creation of test 🧪 objects.

Updated 4 months ago

clock-pattern • Rank 8.4 • Science 44%

The Clock Pattern is a Python 🐍 package that turns time into an injectable dependency 🧩. By replacing ad-hoc datetime.now() calls with a swappable Clock interface 🕰️ you unlock deterministic tests 🧪 and decouple business logic from the OS clock.

Updated 4 months ago

value-object-pattern • Science 44%

The Value Object Pattern is a Python 🐍 package that streamlines the creation and management of value objects 📦 in your projects. Value objects are immutable, self-validating objects that represent descriptive aspects of the domain with no conceptual identity.

Updated 4 months ago

https://github.com/adriamontoto/criteria-pattern • Science 44%

The Criteria Pattern is a Python 🐍 package that simplifies and standardizes criteria based filtering 🤏🏻, validation and selection.