elyezer / fauxfactory

Generates random data for your tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FauxFactory

Build Status

Python Compatibility

Current Version

Download Statistics

Test Coverage

License

FauxFactory generates random data for your automated tests easily!

There are times when you're writing tests for your application when you need to pass random, non-specific data to the areas you are testing. For these scenarios when all you need is a random string, numbers, dates, times, email address, IP, etc, then FauxFactory can help!

The full documentation is available on ReadTheDocs. It can also be generated locally:

pip install -r requirements-optional.txt
make docs-html

About

Generates random data for your tests.

License:Other


Languages

Language:Python 98.7%Language:Makefile 1.3%