moremoban / pypi-mobans

general python package templates using moban
Other
6 stars 7 forks source link

[WIP] tests: Add tests #57

Closed ayan-b closed 6 years ago

ayan-b commented 6 years ago

Related to https://github.com/moremoban/pypi-mobans/issues/39 & https://github.com/moremoban/pypi-mobans/issues/19

ayan-b commented 6 years ago

What should be our test architecture? We can make dummy repo and then compare or look for specific parts in the rendered file as done here? @jayvdb @chfw

chfw commented 6 years ago

I think per each template file, there shall exist a test case for it. @jayvdb , how did your organisation handle it? what's the best practice?

ayan-b commented 6 years ago

What have we decided on the test architecture? :smiley: @chfw @jayvdb

PS: Also, how to add coverage for Jinja2?