Skip to content

Commit

Permalink
TST #126 another test
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Aug 17, 2019
1 parent 2abeffa commit e9235af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,14 @@ def test_extra_control_line_content__issue109(self):
61,
"embedded comment not part of data")

def test_str(self):
specFile = os.path.join(
os.path.dirname(__file__),
'data',
'issue109_data.txt')
sdf = spec.SpecDataFile(specFile)
self.assertEqual(str(sdf), sdf.fileName)


class TestFileUpdate(unittest.TestCase):

Expand Down

0 comments on commit e9235af

Please sign in to comment.