rename src to abratest
This commit is contained in:
parent
d2f50fb791
commit
01c294d44b
26 changed files with 43 additions and 43 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue