Skip to content
Snippets Groups Projects
Commit 06b0cb7f authored by Janet Goldstein's avatar Janet Goldstein
Browse files

Merge pull request #17 in SSA/data from SSA-6324-scode-test-improvements to...

Merge pull request #17 in SSA/data from SSA-6324-scode-test-improvements to SSA-6324-pytest-branch3-modules-and-scodeup

* commit '9152a4a9':
  Remove unittest from datafetcher and migrate to pytest
  Remove unittest from test_updater.py, rely on pytest instead
  Tests work, remove src imports
parents 71c871ab 9152a4a9
No related branches found
No related tags found
No related merge requests found
Showing
with 95 additions and 150 deletions
This diff is collapsed.
......@@ -9,13 +9,9 @@ from pathlib import Path
from pycapo import CapoConfig
from ..src.datafetcher.errors import \
MissingSettingsException, NoProfileException
from ..src.datafetcher.locations_report import \
LocationsReport
from ..src.datafetcher.utilities import \
REQUIRED_SETTINGS, get_arg_parser, \
ExecutionSite
from datafetcher.errors import MissingSettingsException, NoProfileException
from datafetcher.locations_report import LocationsReport
from datafetcher.utilities import REQUIRED_SETTINGS, get_arg_parser, ExecutionSite
TEST_PROFILE = 'local'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment