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
399 forks
Language: Python
last commit: 3 months 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,925 |
thoughtbot/factory_bot_rails | Provides Rails integration for factory bot, allowing automatic generation of test data. | 3,075 |
vierge-noire/cakephp-fixture-factories | A plugin that simplifies the creation and management of test fixtures in CakePHP applications. | 84 |
model-bakers/model_bakery | A tool that simplifies the creation of test fixtures in Django applications | 844 |
robotframework/robotframework | A general-purpose automation framework for testing and robotic process automation | 9,897 |
pylons/pyramid | A Python web framework designed to simplify and streamline the development of real-world web applications. | 3,970 |
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. | 2,990 |
getmoto/moto | A library that allows you to easily mock out tests based on AWS infrastructure | 7,658 |
buildbot/buildbot | A framework for automating and managing the build process for software projects | 5,281 |
paulocheque/django-dynamic-fixture | A library to generate dynamic model instances for testing purposes in Django applications. | 391 |
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,293 |
serhatbolsu/robotframework-appiumlibrary | Provides a Python library to automate mobile app testing using Appium | 403 |
farama-foundation/gymnasium | Develops and compares reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments | 7,374 |