We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The test is currently marked as xfailed because we never asserted that functionality, but it should pass instead. Basically:
class FooFactory: baz = factory.RelatedFactory(BazFactory, "foo")
does not set the baz.foo attribute to the foo created.
baz.foo
foo