Skip to content

Commit

Permalink
Removal of backend and pipeline directories
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Aug 22, 2023
1 parent a11caf8 commit 070d2cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions sigma/backends/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
from .backend import TextQueryTestBackend, MandatoryPipelineTestBackend
import sys
import os

if "pytest" in sys.modules:
backends = {
"test": TextQueryTestBackend,
"test_mandatory": MandatoryPipelineTestBackend,
}
6 changes: 0 additions & 6 deletions sigma/pipelines/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@
from .pipeline import dummy_test_pipeline, another_test_pipeline, YetAnotherTestPipeline

__all__ = ["YetAnotherTestPipeline"]

if "pytest" in sys.modules:
pipelines = {
"test": dummy_test_pipeline,
"another_test": another_test_pipeline,
}

0 comments on commit 070d2cf

Please sign in to comment.