Skip to content

Commit

Permalink
added more configs to test_configs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWiesner committed Feb 23, 2024
1 parent 22ed9be commit 79ad0eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ __pycache__/
*.yml

# ignore lock files created by spreadsheet programs
*.~lock*.tsv
.*~lock*.tsv#
6 changes: 3 additions & 3 deletions test_configs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"valid_columns": ["package_name", "version","package_manager","conda_channel","necessity","language","bug_flag"],
"filled_out_columns": ["package_name","language"],
"valid_options": {"package_manager":["conda","pip","cran"],"language":["python","r","julia"],"bug_flag":["linux","windows","cross-platform"]},
"valid_columns": ["package_name","version","package_manager","conda_channel","necessity","language","bug_flag"],
"filled_out_columns": ["package_name","package_manager","necessity","language","bug_flag"],
"valid_options": {"package_manager":["conda","pip","cran"],"language":["python","r","julia"],"bug_flag":["linux","windows","cross-platform"],"necessity":["required","optional"]},
"column_dependencies": null,
"multi_option_columns": null
}

0 comments on commit 79ad0eb

Please sign in to comment.