-
Apply fixtures in larger projects tends to take a long time...
I have implement a django manage command that creates and apply fixtures to a persistent test database.
So i split the "create/fill…
jedie updated
6 years ago
-
I have a simplified set of factory definitions below. If i try to create a WorkOrderKit object, via WorkOrderKitFactory(), it successfully generates a workorderkit with factory_boy 2.6.1 but fails wit…
-
Hello,
I have this kind of Django model:
```
from djmoney.models.fields import MoneyField
from moneyed import Money
class Item(models.Model):
total_due = MoneyField(max_digits=17,
…
-
Hey,
Thanks for the project, we've been using it here for 2 mid-sized projects and it's been working out pretty well.
I'm currently moving a project from haystack to bungiesearch and have notice…
-
syfun updated
6 years ago
-
Hello,
sorry, but this new version won't work either:
I get only error reports like
#
[install_config]
Warning: require_once(/mnt/web7/52/83/51352183/htdocs/jupgrade/libraries/joomla/methods.php): …
-
Especially with FactoryBoy 3.2. See failing tests in https://github.com/pytest-dev/pytest-factoryboy/pull/125
-
- [ ] Refactor `Job Category` to `Industry Category` (database table, model, route, and every occurrences )
- [ ] Refactor `Job Title` to `Job Category` (database table, model, route, and every occur…
-
# The problem
When I create an instance of a Django model, I can pass a related object directly, or its id.
```
article = Article.objects.create(author=author)
article = Article.objects.create(a…
-