mkaz / termgraph

a python command-line tool which draws basic graphs in the terminal
MIT License
3.14k stars 165 forks source link

Fix broken tests #72

Closed nnist closed 3 years ago

nnist commented 3 years ago

Checking the output so strictly in the tests was a bit naive on my part. It was unmaintainable, so I've removed those. This does result in some lower test coverage, but that shouldn't be a huge issue.