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

Add unit test to verify colors are disabled #41

Open anselor opened 4 years ago

anselor commented 4 years ago

Add a unit test that verifies that when colors are disabled no color escape characters show up. Need to check each grid style as well as row color decorator behavior.