django-randomfields

Random fields for django models


Install
pip install django-randomfields==0.1.9

Documentation

django-randomfields

https://ci.appveyor.com/api/projects/status/r8wtlr4lhfip4ukg/branch/master?svg=true https://coveralls.io/repos/github/thenewguy/django-randomfields/badge.svg?branch=master

testing

cd vagrant/ vagrant up vagrant ssh cd /vagrant/

# note we move TOX_WORK_DIR outside of the vagrant synced folder to increase performance TOX_WORK_DIR=/tmp tox -vv

-- or test one environment and skip the coverage report --

SUPPRESS_COVERAGE_REPORT="--suppress-coverage-report" TOX_WORK_DIR="/tmp" tox -vv -e py36-django-20

-- an example to run a specific test --

tox -e py36 -- -o randomfields.tests.test_string_fields.SaveTests.test_identifier_expected_val ues_primary_key_by_fieldname