funkybob / stencil

A minimalist template engine for Python3
MIT License
58 stars 8 forks source link

Improve the test suite #9

Closed funkybob closed 7 years ago

steenzout commented 7 years ago

@funkybob can I help with this?

I typically use tox, pytest and travis-ci.

funkybob commented 7 years ago

Absolutely!

I'm generally a fan of Travis, as I know how to configure for it.

As you can see, the existing test suite is just something I cobbled together specifically for this project.

If you can translate it to a set of unittest classes, that'd be a great first step.

steenzout commented 7 years ago

I'll work on that tonight and ask you to review it.

funkybob commented 7 years ago

Fixed in #12