Skip to content

Commit

Permalink
use new signature in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Mar 31, 2021
1 parent 3102ca6 commit 1be73c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/test_configurations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from datetime import datetime, timedelta

from nemspy.model import ADCIRCEntry, AtmosphericMeshEntry, \
WaveMeshEntry
import pytest

from coupledmodeldriver.configuration import (
ADCIRCJSON,
ATMESHForcingJSON,
Expand All @@ -10,9 +14,6 @@
WW3DATAForcingJSON,
)
from coupledmodeldriver.platforms import Platform
from nemspy.model import ADCIRCEntry, AtmosphericMeshEntry, \
WaveMeshEntry
import pytest


def test_update():
Expand Down Expand Up @@ -93,6 +94,7 @@ def test_nems():

def test_adcirc():
configuration = ADCIRCJSON(
adcirc_executable_path='adcirc',
adcprep_executable_path='adcprep',
modeled_start_time=datetime(2012, 10, 22, 6),
modeled_end_time=datetime(2012, 10, 22, 6) + timedelta(days=14.5),
Expand Down

0 comments on commit 1be73c9

Please sign in to comment.