Cleanup, seperate black/white lists setup

This commit is contained in:
Luigi311
2023-01-27 13:28:54 -07:00
parent 2bad887659
commit 03de3affd7
9 changed files with 153 additions and 114 deletions

View File

@@ -13,7 +13,7 @@ parent = os.path.dirname(current)
# the sys.path.
sys.path.append(parent)
from src.main import setup_black_white_lists
from src.black_white import setup_black_white_lists
def test_setup_black_white_lists():