astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 63 forks source link

Don't docstest `extern` contents #486

Closed nstarman closed 11 months ago

nstarman commented 3 years ago

The extern module contains bundled codes. As the default, doctstring-plus tests may/should not be applied ?

I have a branch open with this small change. Should I PR?

in tox.ini

[tool:pytest]
doctest_norecursedirs=*/{{ cookiecutter.module_name }}/extern/*
pllim commented 11 months ago

https://github.com/astropy/package-template#deprecation-warning