mplewis / csvtomd

📝📊 Convert your CSV files into Markdown tables.
MIT License
655 stars 90 forks source link

Edit tests to pass padding test #22

Closed vegarsti closed 5 years ago

vegarsti commented 6 years ago

All tests do not pass as it is now. (Run pytest to ensure this.) The reason is that there is a padded markdown file added for which the tests fail, because while the default padding is 2, this file was only padded with 1. So I've added padding as arguments to the test function. There was also a weird issue with the glob expanding, so I added explicit file paths for input and output files as well as explicit padding arguments. Now the tests pass.

Thanks for making this!

mplewis commented 5 years ago

Hi @vegarsti,

Thanks for contributing! Sorry for taking so long to get back to your PR. At this time I'm not continuing development on the Python version of this tool.

I'm moving work to the following JS projects:

I'm happy to point to your projects if you decide to take over development on the Python version! Just let me know.