https://github.com/mikebz/factory250
An example factory testing when OneToOne models are presetnt
https://github.com/mikebz/factory250
django example factory-boy models
Last synced: 3 months ago
JSON representation
An example factory testing when OneToOne models are presetnt
- Host: GitHub
- URL: https://github.com/mikebz/factory250
- Owner: mikebz
- Created: 2017-04-02T06:26:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T19:47:53.000Z (over 4 years ago)
- Last Synced: 2025-01-10T20:15:00.949Z (about 1 year ago)
- Topics: django, example, factory-boy, models
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# factory250
This is an example of how to test out models that have a OneToOne field using factory boy library.
It was originally created in an attempt to reproduce a bug, but since the bug has gone away I am leaving this behind for someone who is interested in the minimum code necessary to do some unit testsing.