Refactor and add Logger
This commit is contained in:
2
code/tests/test_capture_metadata_model.py
Normal file
2
code/tests/test_capture_metadata_model.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_save_to_json():
|
||||
assert False
|
||||
@@ -3,4 +3,4 @@ from pathlib import Path
|
||||
from unittest.mock import mock_open, patch
|
||||
import pytest
|
||||
|
||||
from kydcap.utils.capture_metadata_utils import set_device_ip_address
|
||||
from iottb.utils.capture_metadata_utils import set_device_ip_address
|
||||
Reference in New Issue
Block a user