starting a fresh tidy
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import pytest
|
||||
from unittest.mock import patch, mock_open, MagicMock
|
||||
import json
|
||||
import os
|
||||
from typing import Dict, Any
|
||||
import logging
|
||||
from unittest.mock import MagicMock, mock_open, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from pipeline.ingest import Ingest
|
||||
import config.exit_codes as ec
|
||||
from pipeline.ingest import Ingest
|
||||
|
||||
# Mock configuration for initializing the Ingest class
|
||||
mock_config = {
|
||||
|
||||
+5
-6
@@ -1,12 +1,11 @@
|
||||
import pytest
|
||||
from unittest.mock import patch, mock_open, MagicMock
|
||||
import yaml
|
||||
import logging
|
||||
import atexit
|
||||
import sys
|
||||
from unittest.mock import MagicMock, mock_open, patch
|
||||
|
||||
import yaml
|
||||
|
||||
from main import set_up_logging, load_config
|
||||
import config.exit_codes as ec
|
||||
from main import load_config, set_up_logging
|
||||
|
||||
|
||||
# Test for set_up_logging function
|
||||
def test_set_up_logging_success():
|
||||
|
||||
Reference in New Issue
Block a user