python-tableformatter / tableformatter

Tabular data formatter allowing printing from both arbitrary Iterables of Iterables or Iterables of objects via introspection
https://pypi.org/project/tableformatter/
MIT License
19 stars 3 forks source link

Improve unit tests #35

Open anselor opened 5 years ago

anselor commented 5 years ago

Improve unit tests. Cover new features like dicts values. Try to improve testing of wrapping of unicode characters. See if there's a way to test colorization behavior with both the colorama and colored libraries.