Mapytex/pymath/calculus/test/test_polynomDeg2.py

32 lines
413 B
Python
Raw Normal View History

2015-01-23 16:19:14 +00:00
#!/usr/bin/env python
# encoding: utf-8
import unittest
2016-01-07 16:56:30 +00:00
from pymath.calculus.polynomDeg2 import Polynom_deg2
2015-01-23 16:19:14 +00:00
class TestPolynomDeg2(unittest.TestCase):
2016-01-07 16:56:30 +00:00
"""Testing functions from pymath.calculus.polynomDeg2"""
2015-01-23 16:19:14 +00:00
pass
if __name__ == '__main__':
unittest.main()
# -----------------------------
# Reglages pour 'vim'
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
# cursor: 16 del