• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

joke2k / faker / 2913 / 7
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2020 02:41PM UTC
Files 445
Run time 26s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Aug 2020 02:35PM UTC coverage: 98.406% (-0.007%) from 98.413%
TOXENV=py38

push

travis-ci

web-flow
JSON and Fixed Width argument group and parser support. (#1247)

* Extend Person Provider to support nonbinary suffixes and prefixes (#1206)

* Implement nonbinary Person Provider

* Address flake8 and isort findings

* Fix import ordering in tests

* Add tests for en Provider to test preexisting suffix scenario

* Refine tests for en Provider

* Close #1208. Update setup.py `python_requires`

* Add safe domain names (#1209)

* Add safe_domain_name() to Internet Provider

* Apply DRY to safe domain generation

* Add a test for safe email generation

* Update __init__.py (#1217)

some grammar fix

* 💂 Fix max_value/positive pyfloat interaction (#1218)

* 💂 Fix max_value/positive pyfloat interaction

When pyfloat(max_value=100, positive=True) is called, it sometimes
returns negative numbers, which is unexpected.

To fix it, we just need to "cap" our internal minimum value to zero.

This does leave `pyfloat(max_value=100, min_value=-100, positive=True)`
as a call that secretly moves the min_value up to 0 though.

Fixes #1212.

* 💥 Forbid pyfloat call with incompatible arguments

`pyfloat(positive=True, min_value=-1)` will now throw a ValueError,
since the combination of a request for a positive number, yet a negative
minimum value is probably not what the caller intended.

* Update bban_format for country FI (#1220)

Fixes #1219.

* Fix person.ja_JP kana and roman characters (#1221)

* Add ja_JP kana_names

* Reformat and Add links

* fix PEP8

* JSON and Fixed_Width Structures (#1223)

* Builder module

* Move to Misc as Methods

* Allow JSON to produce single entry

* json and fixed_width tests

* Improved structure creation and tests

* correcting E231

* Value only lists

* fix E303

* Improved docstrings

* Add Argument Group references

* Add Argument Group and Parser Support

* Fixed handing of integers and floats

* Addressed Flake8 findings

* Better Examples a... (continued)

7036 of 7150 relevant lines covered (98.41%)

0.98 hits per line

Source Files on job 2913.7 (TOXENV=py38)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2768
  • Travis Job 2913.7
  • ecc2d4db on github
  • Prev Job for TOXENV=py38 on master (#2912.7)
  • Next Job for TOXENV=py38 on master (#2923.7)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc