Skip to content

A simple lib to make fake objects using SQLAlchemy

License

Notifications You must be signed in to change notification settings

fariias/fake_rabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Rabbit

Fake Rabbit is a simple lib to make fake objects using SQLAlchemy.

Installing

$ pip install fakerabbit

Using

    
    # First, we need to instantiate the library
    fake_rabbit = FakeRabbit(my_base_model, my_db_session)
    
    # EX: creating a new user object
    user = fake_rabbit.make(User)

About

A simple lib to make fake objects using SQLAlchemy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages