-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add development fixtures #1350
Comments
Would love to work on this issue, and would need your help with completing the second requirements |
Ok. Let's start with one issue at a time for now. |
okay, would start working in it, would, would make a pull request now |
Have already added factory boy into the project with the provided command, can you expatiate on the second task |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
is there a specific folder you want me to define the initial factory_boy factory into and a specific filename to be used. Please expatiate |
Let's define a
|
okay, would get it done now |
…iWiki#1350 and Add django-browser-reload CiviWiki#1346
…iWiki#1350 and Add django-browser-reload CiviWiki#1346
Hello, @brylie. I will wait in line if this issue is still open. I would wish to be assigned this. Thanks. |
Hello, @brylie. I created the factories model factories for one app first. I want to merge changes, get your feedback, and then I can go on step by step. I think that will be easier until I manage all the apps. Thanks. |
Hello @brylie , I made a new PR on this issue 762f44a. I also added a factory file for the categories app. If you get time can also go through the threads and accounts app. However, there are issues with duplicated blocks of codes, which I had to comment on both in the threads and accounts app, factory.py files. I would appreciate your help. Thanks. |
We can disregard the warnings about duplicate code blocks. |
Model factories can help us scaffold content quickly for development purposes.
Let's define a
factory.py
file in every app containing amodels.py
. Thefactory.py
files will contain factories for the models in the same app. E.g.,Task
factory_boy
to this project withpoetry add factory_boy --group dev
The text was updated successfully, but these errors were encountered: