You are here: Home / LBN / Up2date / Business / BastionLinux 36 / python3-factory-trytond-1.0.0-1.lbn36.noarch

python3-factory-trytond-1.0.0-1.lbn36.noarch

Package Attributes
RPM  python3-factory-trytond-1.0.0-1.lbn36.noarch.rpm Architecture  noarch Size  43375 Created  2024/05/13 00:46:27 UTC
Package Specification
Summary Factory Boy - Trytond integration
Group Unspecified
License ZPL
Home Page https://pypi.org/project/factory-trytond
Description

Factory-trytond Factory-trytond is a factory_boy extension developed to work with Tryton ERP. We can create our own ERP's model factories to do some testing or to populate our databases with some sample data. How does it work? Steps to use Factory-trytond:

Inherit the base factory class. Define the meta model the factory will construct. Define the default declarations of the factory.

Note that the meta model can be a trytond pool model name.

Here's a factory example with Tryton's model User: import factory import factory_trytond

class UserFactory(factory_trytond.TrytonFactory): class Meta: model = res.user

name = factory.Faker(name) login = factory.Faker(user_name)

user = UserFactory.build() user.save() # it is a standard Tryton object as would be returned by Tryton's object pool

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python-factory-trytond
python3-factory-trytond
python3.10-factory-trytond
python3.10dist(factory-trytond)
python3dist(factory-trytond)
Obsoletes
python-factory-trytond

Document Actions