Added more date conversion wrappers

This commit is contained in:
Nex
2022-08-13 14:04:10 +02:00
parent 271fe5fbee
commit 2781f33fb5
9 changed files with 66 additions and 48 deletions
+1
View File
@@ -10,6 +10,7 @@ from mvt.common.indicators import Indicators
class TestIndicators:
def test_parse_stix2(self, indicator_file):
ind = Indicators(log=logging)
ind.load_indicators_files([indicator_file], load_default=False)