Skip to main content

Robot Framework wrapper for faker, a fake test data generator

Project description

https://travis-ci.org/guykisel/robotframework-faker.svg?branch=master https://pypip.in/v/robotframework-faker/badge.png https://pypip.in/d/robotframework-faker/badge.png https://pypip.in/license/robotframework-faker/badge.png

Robot Framework keyword library wrapper for Faker.

This module allows easy use of Faker’s random test data generation in Robot Framework. I hate using static test data, because inevitably the system under test evolves to pass the tests without necessarily solving the root cause of bugs.

Any docstrings Faker provides are passed through to Robot Framework, so they’re available in RIDE and in keyword documentation generated via libdoc.

For more information on Robot Framework please visit the Robot Framework homepage!

Installation

pip install robotframework-faker

Usage

FakerLibrary keyword documentation

*** Settings ***
Library    FakerLibrary

*** Test Cases ***
FakerLibrary Words Generation
    ${words}=    FakerLibrary.Words
    Log    words: ${words}
    ${words}=    FakerLibrary.Words    nb=${10}
    Log    words: ${words}

You can also specify seeds and providers:

*** Settings ***
Library    FakerLibrary    locale=de_DE    seed=124

See FakerLibrary’s tests for more usage examples.

Contribute

If you like this module, please contribute! I welcome patches, documentation, issues, ideas, and so on.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-faker-4.0.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page