Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 559 Bytes

AstroLibTestStandards.rst

File metadata and controls

12 lines (6 loc) · 559 Bytes

#format rst

Proposed Test Standards

Submitted code should at the very least come with some doctest tests but also could use unittest in its place. At least standard usage should have tests provided. Unresolved is where to put and control needed data files for tests.

Note that the use of doctest is generally quite simple. We will illustrate this later with examples when software starts appearing.