philhanna / xxd

Python version of xxd
MIT License
0 stars 0 forks source link

Find a way to write unit tests for `HexDumper.mainline()` #8

Closed philhanna closed 2 years ago

philhanna commented 2 years ago

I currently have no unit tests for HexDumper.mainline() or HexDumper.run(). This is incompatible with test-driven development and affects test coverage as well.