Mercurial > hg > numerics
view tests/test_kplot.py @ 3:690778ffd302
rename
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 03 Sep 2014 18:47:23 -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()