Mercurial > hg > numerics
view tests/test_kplot.py @ 6:7761aa18e885
wip
| author | Jeff Hammel <k0scist@gmail.com> | 
|---|---|
| date | Thu, 04 Sep 2014 18:05:39 -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()
