Skip to content

Commit

Permalink
Add a note explaining why there are tests and how to invoke them
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Aug 9, 2023
1 parent 197b011 commit 9aad2ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nunavut/lang/py/support/nunavut_support.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The generated code currently requires the following dependencies to be available

- NumPy
- PyDSDL

This module also contains built-in unit tests and doctests.
To execute the tests, simply invoke PyTest on this file as follows::

pytest --doctest-modules nunavut_support.py
"""

from __future__ import annotations
Expand Down

0 comments on commit 9aad2ce

Please sign in to comment.