generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lucca Baumgärtner <[email protected]>
- Loading branch information
Showing
1 changed file
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: MIT | ||
# SPDX-FileCopyrightText: 2024 Felix Zailskas <[email protected]> | ||
|
||
import os | ||
import unittest | ||
from unittest.mock import MagicMock, mock_open, patch | ||
|
||
|
@@ -22,7 +21,6 @@ def test_get_pipeline_steps(self): | |
[ | ||
(HashGenerator, "Hash Generator", ""), | ||
(AnalyzeEmails, "Analyze Emails", ""), | ||
(ScrapeAddress, "Scrape Address", "(will take a long time)"), | ||
( | ||
SearchOffeneRegister, | ||
"Search OffeneRegister", | ||
|
@@ -73,7 +71,6 @@ def test_get_pipeline_additional_steps(self): | |
additional_steps = get_pipeline_additional_steps() | ||
self.assertEqual( | ||
[ | ||
(ScrapeAddress, "Scrape Address", "(will take a long time)"), | ||
( | ||
SearchOffeneRegister, | ||
"Search OffeneRegister", | ||
|