Skip to content

Commit

Permalink
match test path
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Jan 8, 2024
1 parent abba86a commit 683bb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reproschema/tests/test_redcap2reproschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Assuming your test files are located in a 'tests' directory
CSV_FILE_NAME = "redcap_dict.csv"
YAML_FILE_NAME = "redcap2rs.yaml"
CSV_TEST_FILE = os.path.join(os.path.dirname(__file__), "test_data", CSV_FILE_NAME)
YAML_TEST_FILE = os.path.join(os.path.dirname(__file__), "test_data", YAML_FILE_NAME)
CSV_TEST_FILE = os.path.join(os.path.dirname(__file__), "test_redcap2rs_data", CSV_FILE_NAME)
YAML_TEST_FILE = os.path.join(os.path.dirname(__file__), "test_redcap2rs_data", YAML_FILE_NAME)


def test_redcap2reproschema_success():
Expand Down

0 comments on commit 683bb53

Please sign in to comment.