MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

included test stubs don't show how to test a function

richardjgowers opened this issue · comments

the included test_PROJECT.py is nice, and shows how to use files inside data/, but doesn't show how to import from the package and test a simple function. I'd include a dummy function instead of canvas which does something like doubling a number(?) then include a (parametrised?) test for this