Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Can we have factory features in install_fixtures not just install_fixture #44

@rahulramakrishnan

Description

@rahulramakrishnan

Currently if we want to override a field for a fixture,
we have to use install_fixture like so

self.install_fixture('foo', overrides={'a': 'baz'})
self.install_fixtures((
'foo',
'bar',
'baz'
))

however, the ability to do this inline would be nice:

self.install_fixtures((
'foo',
'bar',
'baz',
('foo', overrides={'a': 'baz'})
))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions