Commit ccfad718 authored by MatthiasAlthoff's avatar MatthiasAlthoff
Browse files

documentation and Python test suite added

parent 33ed3597
Loading
Loading
Loading
Loading

Python/runTestSuite.py

0 → 100644
+11 −0
Original line number Diff line number Diff line
import sys
# Add the ptdraft folder path to the sys.path list
sys.path.append('unitTests')

from test_derivatives import test_derivatives
from test_zeroInitialVelocity import test_zeroInitialVelocity

#run tests
res = test_derivatives()
res = test_zeroInitialVelocity()
+10657 −0

File added.

Preview size limit exceeded, changes collapsed.

+1023 −0

File added.

Preview size limit exceeded, changes collapsed.

+931 −0

File added.

Preview size limit exceeded, changes collapsed.

+490 KiB

File added.

No diff preview for this file type.

Loading