mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Reorganized tests a little
This commit is contained in:
@@ -4,7 +4,7 @@ import os.path
|
||||
|
||||
|
||||
class TestRobinHood1(unittest.TestCase):
|
||||
path = os.path.dirname(__file__) + '/export_cases/Robin Hood Spotting.txt'
|
||||
path = os.path.dirname(__file__) + '/../export_cases/Robin Hood Spotting.txt'
|
||||
|
||||
def test_header_export(self):
|
||||
|
||||
@@ -4,7 +4,7 @@ import os.path
|
||||
|
||||
|
||||
class TestRobinHood5(unittest.TestCase):
|
||||
path = os.path.dirname(__file__) + '/export_cases/Robin Hood Spotting5.txt'
|
||||
path = os.path.dirname(__file__) + '/../export_cases/Robin Hood Spotting5.txt'
|
||||
|
||||
def test_skipped_segments(self):
|
||||
session = parse_document(self.path)
|
||||
@@ -4,7 +4,7 @@ import os.path
|
||||
|
||||
|
||||
class TestRobinHood6(unittest.TestCase):
|
||||
path = os.path.dirname(__file__) + '/export_cases/Robin Hood Spotting6.txt'
|
||||
path = os.path.dirname(__file__) + '/../export_cases/Robin Hood Spotting6.txt'
|
||||
|
||||
def test_a_track(self):
|
||||
session = parse_document(self.path)
|
||||
@@ -4,7 +4,7 @@ import os.path
|
||||
|
||||
|
||||
class TestRobinHoodDF(unittest.TestCase):
|
||||
path = os.path.dirname(__file__) + '/export_cases/Robin Hood SpottingDF.txt'
|
||||
path = os.path.dirname(__file__) + '/../export_cases/Robin Hood SpottingDF.txt'
|
||||
|
||||
def test_header_export_df(self):
|
||||
session = parse_document(self.path)
|
||||
Reference in New Issue
Block a user