Skip to content

Commit

Permalink
tests updated for package structure #14 and 'unittest' complience
Browse files Browse the repository at this point in the history
  • Loading branch information
yn-coder committed Jan 17, 2017
1 parent 576e2b0 commit 9a81996
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/wells_tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from wells import *
from earthscipy.wells import *

from unittest import TestCase

Expand Down Expand Up @@ -63,13 +63,3 @@ def test_well_inclination_circle(self):
# print( W1.geometry[-1].end_X )
# W1.add_geometry_step( 10, 0, 0 )
# print( W1.geometry[-1].end_X )

print("Test started")
MT=WellField_Test()
MT.test_well_coordinates()
MT.test_well_field_mutable()
MT.test_well_mutable()
MT.test_well_inclination()
MT.test_well_inclination_circle()

print("Test ended")

0 comments on commit 9a81996

Please sign in to comment.