-
#### Description
If you call a factory function, and try to pass in a list for a field that is defined as a `RelatedFactoryList`, this list will be empty once the instance is built.
#### To Reprod…
-
#### Description
This seems to be a continuation of https://github.com/FactoryBoy/factory_boy/issues/466
It seems like defining a trait will let you pass kwargs, but only one level deep.
Here is…
-
#### The problem
Setting params with a trait seems to be unsupported currently. Not sure whether to consider this a bug but the docs on traits refer to 'fields', not 'params', so I opted with not-a-b…
-
I am using `django-taggit`, `django-parler`, `django-parler-rest` and `django-rest-framework` on my project and getting following errors when trying to get or add object.
- When I create object on…
-
Current uv platform: macOS 14.6.1 (23G93)
Current uv version: uv 0.4.22 (34be3af84 2024-10-15)
Hi team, first of all thank you for all the hard work on this project! Also let me know if there's …
-
For explanation purpose I've created some simple code:
```python
class Y:
def __init__(self, a: int, b: str):
self.a = a
self.b = b
class X:
def __init__(self, y: {s…
-
I have been trying to use pytest with my project which is built with django tenants
but everytime running the tests I'm getting Table doesn't exist which is weird and I'm using the TenantTestCase t…
-
# Success Story
Yesterday afternoon Frank Hawkins was telling me about his experiences as a young man. Before he retired, Frank was the head of a very large business company, but as a boy, he used …
-
Top 300 packages on pyup.io without a changelog:
- [x] [flake8](https://pypi.python.org/pypi/flake8)
- [x] [pyyaml](https://pypi.python.org/pypi/pyyaml)
- [x] [six](https://pypi.python.org/pypi/s…
jayfk updated
3 years ago
-
I'm currently using the `freezegun` package and `factoryboy` together in my unittests, what really worked well until I hit a problem with lazy evaluating `timezone.now` in combination with `@factory.i…