Raphaël Barrois
Raphaël Barrois
Currently, the library provides some automated conversion between the Well-known Google types (eg Timestamp datetime). Projects may wish to use similar conversion rules between some protobuf messages and internal types...
`DictFactory` and `ListFactory` are defined, and exposed at the module toplevel. They are useful for simple dict/list building, and should be documented.
#### Description For most declarations, I can override the default mechanism by passing an explicit value: ```python >>> UserFactory().email "[email protected]" >>> UserFactory(email="[email protected]").email "[email protected]" ``` If the factory uses a `factory.Transformer`...
This issue will be used as the discussion basis for the automated factory generation feature. ### The problem Many libraries (ORMs, API schema languages, `dataclasses.dataclass`) provide a way to describe...
#### The problem Some of the features included in `factory.fuzzy` are now a duplicate of faker-provided items. But some don't have a satisfactory equivalent. #### Proposed solution - Describe what...
This change deprecates django_get_or_create and sqlalchemy_get_or_create; upgrade helpers are provided through a newly-introduced option renaming helper. Closes #241: The new `unique_constraints` feature is more powerful, but supports the exact same...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
## Context The recent versions of python-semanticversion made changes to private APIs, removing the interaction between `Version(x, partial=True)` and `Spec()` (`partial=True` was designed for implementing the `Spec` class only). This...
Hi, I've just found your project (through https://gist.github.com/datagrok/2199506), and have begun a migration from virtualenvwrapper to your tool. Could you add a short "How-to" to ease switching from virtualenvwrapper to...
#### The problem We currently have 17 targets in our test matrix. Since most of the time is spend on setting up the host and installing dependencies, I'm wondering if...