Open rebeccaherman1 opened 2 months ago
It would be nice if the vertical line separating the index from the table could have the same format as the horizontal line separating the headers from the table. Would someone be able to implement that?
I do not understand why there is a failing check -- I have barely changed anything. Assistance would be appreciated.
The failing test on Appveyor is not related to this PR.
Still before I can accept this PR I need unit tests (test/test_input.py, test/test_output.py) and a reference to an issue it tries to solve.
Added check that
showindex_is_a_str
before comparingshowindex == "default"
, which causes an error whenshowindex
is an iterable.