Mercurial > hg > numerics
view tests/test_kplot.py @ 2:2d7d3034db18
wip
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 14 Aug 2014 16:34:04 -0700 |
parents | 48d0f28311a3 |
children |
line wrap: on
line source
#!/usr/bin/env python """ unit tests """ import os import sys import unittest # globals here = os.path.dirname(os.path.abspath(__file__)) class kplotUnitTest(unittest.TestCase): def test_kplot(self): pass if __name__ == '__main__': unittest.main()