eyeseast / python-frontmatter

Parse and manage posts with YAML (or other) frontmatter
http://python-frontmatter.rtfd.io
MIT License
334 stars 42 forks source link

test: Create directory to hold test modules #47

Closed NGenetzky closed 3 years ago

NGenetzky commented 6 years ago

It is good practice to limit the size of python modules and a single test module is certainly going to get out of hand eventually.

It wouldn't be too hard to have test.py still exist and kick off all unittests under the test directory.

eyeseast commented 3 years ago

Closed with #74