Skip to content

Commit

Permalink
#99 Move configure_script_yaml test into fre/test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Singh authored and Dana Singh committed Jul 24, 2024
1 parent c0bbb3d commit 25b0888
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import os
from pathlib import Path
from fre.pp import configure_script_yaml as csy
#import configure_script_yaml as csy
import fre.pp.configure_script_yaml as csy

# Set ex. yaml paths, input directory, output directory
# Set example yaml paths, input directory
CWD = Path.cwd()
yamls_dir = Path("tests/example_ppyamls")
yamls_dir = Path("fre/tests/example_ppyamls")
in_dir = Path(f"{CWD}/{yamls_dir}")

# Set what would be click options
Expand Down

0 comments on commit 25b0888

Please sign in to comment.