Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <franciscojavierarceo@users.noreply.github.com>
  • Loading branch information
franciscojavierarceo committed Jun 14, 2024
1 parent 966a0bf commit e93c61a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ def feature_repo(feastignore_contents: Optional[str]):
repo_root = Path(tmp_dir)
(repo_root / "foo").mkdir()
(repo_root / "foo1").mkdir()
(repo_root / ".ipynb_checkpoints/").mkdir()
(repo_root / "foo1/bar").mkdir()
(repo_root / "bar").mkdir()
(repo_root / "bar/subdir1").mkdir()
(repo_root / "bar/subdir1/subdir2").mkdir()

(repo_root / "a.py").touch()
(repo_root / ".ipynb_checkpoints/test-checkpoint.ipynb").touch()
(repo_root / "foo/b.py").touch()
(repo_root / "foo1/c.py").touch()
(repo_root / "foo1/bar/d.py").touch()
Expand Down

0 comments on commit e93c61a

Please sign in to comment.