Skip to content

Commit

Permalink
Update to newer versions of testing (pytest?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina.Hakansson committed Apr 2, 2024
1 parent 8e85405 commit 4834af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwcsafpps_runner/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def create_files(mydir, file_tag, typ):
class TestCreateXmlFromLvl1c:
"""Test finding xml files form level1c file."""

def setup(self):
def setup_method(self):
"""Define the level1c filename."""
self.scene = {'file4pps': "S_NWC_viirs_npp_12345_19810305T0715000Z_19810305T0730000Z.nc",
'starttime': datetime.strptime('19810305T0715000', "%Y%m%dT%H%M%S%f"),
Expand Down

0 comments on commit 4834af2

Please sign in to comment.