Skip to content

Adding support for Factory boy and django packages. Now it's only adding autocomplete for instances created by factories. It will be only works if the name of class of object is equal to name of factory class without suffix(e. g. Job -> JobFactory)

Notifications You must be signed in to change notification settings

Nazareka/Factory-Boy-plugin

Repository files navigation

This plugin provides some support for Factory Boy

Features

  • autocomplete for instances created by factories
  • references to members of instance class

Notes

It will be only works if the name of class of instance is equal to name of factory class without suffix(e. g. Job -> JobFactory)

About

Adding support for Factory boy and django packages. Now it's only adding autocomplete for instances created by factories. It will be only works if the name of class of object is equal to name of factory class without suffix(e. g. Job -> JobFactory)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages