start working on deg 2 polynoms

This commit is contained in:
Lafrite
2015-01-23 17:19:14 +01:00
parent f00d8c9e57
commit 9649a0dbaf
2 changed files with 96 additions and 0 deletions

31
test/test_polynomDeg2.py Normal file
View File

@@ -0,0 +1,31 @@
#!/usr/bin/env python
# encoding: utf-8
import unittest
from pymath.polynomDeg2 import Polynom_deg2
class TestPolynomDeg2(unittest.TestCase):
"""Testing functions from pymath.polynomDeg2"""
pass
if __name__ == '__main__':
unittest.main()
# -----------------------------
# Reglages pour 'vim'
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
# cursor: 16 del