hellt / markdown-footnote-sorter

A script to sort footnotes in a markdown file
Apache License 2.0
3 stars 2 forks source link

Enhancement - Unit Tests #2

Closed mjbear closed 1 month ago

mjbear commented 2 months ago

Hello @hellt,

Would you be open to adding unit testing to the project? (I'm asking as that's something I'd like to work on as a contribution.)

I figured I'd contain things to the standard library so I started tinkering with unittest instead of pytest (but pytest is backwards compatible or the tests can be later rewritten).

Thoughts :question:

For what it's worth:

hellt commented 2 months ago

Hi feel free to augment this with tests for sure