Rahul Ramakrishnan

Results 1 issues of Rahul Ramakrishnan

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...