factory_boy
Fixture generator
A tool to generate test fixtures for complex objects in software applications
A test fixtures replacement for Python
4k stars
40 watching
400 forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
djangofixtureshacktoberfestpythonsqlalchemytesting
Related projects:
Repository | Description | Stars |
---|---|---|
thoughtbot/factory_bot | A library that generates test data for Ruby applications by defining objects with predefined properties and behaviors. | 7,930 |
thoughtbot/factory_bot_rails | Provides Rails integration for factory bot, allowing automatic generation of test data. | 3,083 |
vierge-noire/cakephp-fixture-factories | Generates test data with pre-defined relationships and persistence | 85 |
model-bakers/model_bakery | A tool that simplifies the creation of test fixtures in Django applications | 848 |
robotframework/robotframework | A general-purpose automation framework for testing and robotic process automation | 10,036 |
pylons/pyramid | A Python web framework designed to simplify and streamline the development of real-world web applications. | 3,984 |
boakley/robotframework-pageobjectlibrary | A lightweight library that simplifies testing of web pages using the Page Object pattern | 78 |
inducer/pudb | An interactive debugger for Python code, providing a lightweight and keyboard-friendly interface. | 3,002 |
getmoto/moto | A library that allows you to easily mock out tests based on AWS infrastructure | 7,702 |
buildbot/buildbot | A framework for automating and managing the build process for software projects | 5,287 |
paulocheque/django-dynamic-fixture | A library to generate dynamic model instances for testing purposes in Django applications. | 389 |
rickypc/robotframework-imaplibrary | An email testing library for use with the Robot Framework automation tool | 21 |
districtdatalabs/yellowbrick | Tools to facilitate the selection of machine learning models through visual diagnostics and analysis. | 4,304 |
serhatbolsu/robotframework-appiumlibrary | Provides a Python library to automate mobile app testing using Appium | 406 |
farama-foundation/gymnasium | Develops and compares reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments | 7,613 |