File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -123,19 +123,6 @@ def test_from_file(self):
123
123
finally :
124
124
remove (filename )
125
125
126
- def test_from_file_with_hyphenated_platform_name (self ):
127
- """Test reading and parsing from a file with a slightly different name."""
128
- from tempfile import mkstemp
129
- from os import write , close , remove
130
- filehandle , filename = mkstemp ()
131
- try :
132
- write (filehandle , NOAA19_LINES .encode ('utf-8' ))
133
- close (filehandle )
134
- tle = Tle ("NOAA-19" , filename )
135
- assert tle .satnumber == "33591"
136
- finally :
137
- remove (filename )
138
-
139
126
def test_from_file_with_hyphenated_platform_name (self ):
140
127
"""Test reading and parsing from a file with a slightly different name."""
141
128
from tempfile import mkstemp
You can’t perform that action at this time.
0 commit comments