Skip to content

exentriquesolutions/fixturepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python data fixtures

Build Status

Create data fixtures to use them in your tests

Sample usage:

>>> from fixturepy import Fixture, Email

>>> fixture = Fixture()

>>> fixture(int) # create an integer
20932

>>> fixture(str) # create a string
'63d0b4e450354948b69f6c3b4f9238f9'
 
>>> fixture(Email) # create an email
'ad34d31609344283bd7ab77922b75e8b@14a8ba0c73a64ffda645cdd4d776757e.com'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages