Skip to content

Commit

Permalink
Tests - Move NWRC class to utils folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jomey committed Jul 14, 2020
1 parent 16a2f48 commit 5375a45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smrf/tests/test_load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from inicheck.tools import cast_all_variables

from smrf.framework.model_framework import can_i_run_smrf, run_smrf, SMRF
from smrf.tests.nwrc_check import NWRCCheck
from smrf.tests.smrf_test_case import SMRFTestCase
from tests.utils.nwrc_check import NWRCCheck


@unittest.skipUnless(
Expand Down
File renamed without changes.

0 comments on commit 5375a45

Please sign in to comment.