rename src to abratest

This commit is contained in:
Daniel 2023-12-05 19:18:17 +01:00
parent d2f50fb791
commit 01c294d44b
26 changed files with 43 additions and 43 deletions

View file

@ -2,8 +2,8 @@ from pathlib import Path
import pytest
# from src.env_file_helper import DependencyRule, EnvFile, sort_env_files_by_rule
from src.env_manager import DependencyRule, EnvFile, EnvManager
# from abratest.env_file_helper import DependencyRule, EnvFile, sort_env_files_by_rule
from abratest.env_manager import DependencyRule, EnvFile, EnvManager
def test_complex_sorting() -> None: