mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-20 15:54:25 +01:00
pivot to yaml structure for tool definitions (#33)
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user