pivot to yaml structure for tool definitions (#33)

This commit is contained in:
Ryan Good
2020-04-25 16:00:02 -04:00
committed by GitHub
parent 5e7053fd33
commit db1dbb8e2b
20 changed files with 201 additions and 129 deletions

View File

@@ -2,7 +2,7 @@
import pytest
from pipeline.recon.parsers import * # noqa: F403
from pipeline.recon.tool_definitions import tools
from pipeline.tools import tools
@pytest.mark.parametrize("test_input", list(tools.keys()) + ["all"])