nirum / tableprint

Pretty console printing :clipboard: of tabular data in python :snake:
https://tableprint.readthedocs.io/
MIT License
174 stars 16 forks source link

Mention input type in error messages #22

Closed sumanthratna closed 4 years ago

sumanthratna commented 4 years ago

This makes it easier for users to debug.

codecov-commenter commented 4 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   96.79%   96.79%           
=======================================
  Files           5        5           
  Lines         156      156           
=======================================
  Hits          151      151           
  Misses          5        5           
Impacted Files Coverage Δ
tableprint/printer.py 94.18% <ø> (ø)
tableprint/utils.py 100.00% <100.00%> (ø)

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 9b1200f...21f3aec. Read the comment docs.