MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add specific feature templates

lilyminium opened this issue · comments

We could add options and templates for:

  • subclassing AnalysisBase
  • subclassing TopologyBase
  • ConverterBase
  • and so on

These could be very helpful to developers. There's a bit of discussion already in #8

As mentioned in #8, more test infrastructure could also be templated in the cookiecutter, including:

  • assert_allclose, assert_equal
  • pytest.parametrize
  • pytest.skipif / pytest.xfail