dbcli / cli_helpers

Python helpers for common CLI tasks
http://cli-helpers.rtfd.io/
BSD 3-Clause "New" or "Revised" License
92 stars 29 forks source link

use safe float (2578310786669609 / pow(2, 50) == 2.29) #40

Closed meeuw closed 6 years ago

meeuw commented 6 years ago

Description

Use a safe float for the unit tests

Checklist

tsroten commented 6 years ago

Looks like the tests are failing because of the pep8 bug that affected mycli/pgcli too. I’m traveling now, but once I’m back at the computer I can help fix it.

Otherwise, it looks good!

codecov-io commented 6 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines         276    276           
=====================================
  Hits          276    276

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd05611...c73f03c. Read the comment docs.