Skip to content

Commit 802e274

Browse files
committed
update: file names
1 parent 029fdfc commit 802e274

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dafni/tests/__init__.py

Whitespace-only changes.

dafni/tests/tests_main_dafni.py renamed to dafni/tests/test_main_dafni.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
from causal_testing.estimation.linear_regression_estimator import LinearRegressionEstimator
77
from causal_testing.specification.causal_dag import CausalDAG
88
from causal_testing.specification.variable import Input, Output
9-
from main_dafni import get_args, parse_variables
9+
from dafni.src.main_dafni import get_args, parse_variables
1010

1111
# Base directory (relative to the current test file location)
1212
BASE_DIR = Path(__file__).resolve().parent.parent # Points to ./dafni
1313
DATA_DIR = BASE_DIR / "data" # Points to ./dafni/data
1414

15-
1615
class TestGetArgs(unittest.TestCase):
1716
"""Test the argparse functionality of the DAFNI entrypoint."""
1817

0 commit comments

Comments
 (0)