We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103dd80 commit 9cc1d35Copy full SHA for 9cc1d35
scripts/sanity_checks.py
@@ -25,7 +25,7 @@ def __init__(self, project_root: Path):
25
self.expectations_dir = project_root / "dataframe_expectations" / "expectations"
26
self.suite_file = project_root / "dataframe_expectations" / "suite.py"
27
self.stub_file = project_root / "dataframe_expectations" / "suite.pyi"
28
- self.tests_dir = project_root / "tests" / "expectations_implemented"
+ self.tests_dir = project_root / "tests" / "expectations"
29
30
# Results storage
31
self.registered_expectations: Dict[str, str] = {} # expectation_name -> file_path
0 commit comments