Table of Contents
import unittest import PseudoNetCDF as pnc [docs] class PNCVerstionTest(unittest.TestCase): [docs] def testVersionString(self): assert isinstance(pnc.__version__, str)