Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve all path in Kedro #3742

Merged
merged 11 commits into from
Apr 2, 2024
Merged
Prev Previous commit
Next Next commit
remove print
Signed-off-by: Nok Lam Chan <[email protected]>
noklam committed Mar 27, 2024
commit 48821b28e51abfc93b9b5b9630d0a8e3bad55710
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

tmp/
# CMake
cmake-build-debug/

1 change: 0 additions & 1 deletion tests/framework/test_startup.py
Original file line number Diff line number Diff line change
@@ -65,7 +65,6 @@ def test_no_config_files(self, mocker):
_get_project_metadata(self.project_path)

def test_toml_invalid_format(self, tmp_path):
print(type(tmp_path), "DEBG!")
"""Test for loading context from an invalid path."""
toml_path = tmp_path / "pyproject.toml"
toml_path.write_text("!!") # Invalid TOML