Skip to content

Commit

Permalink
Make testing tool panel views a little easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Nov 15, 2023
1 parent d0c583e commit edcc043
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ then
export GALAXY_CONFIG_OVERRIDE_ENABLE_BETA_TOOL_FORMATS="true"
export GALAXY_CONFIG_INTERACTIVETOOLS_ENABLE="true"
export GALAXY_CONFIG_OVERRIDE_WEBHOOKS_DIR="test/functional/webhooks"
export GALAXY_CONFIG_OVERRIDE_PANEL_VIEWS_DIR="$(pwd)/test/integration/panel_views_1/"
fi

set_galaxy_config_file_var
Expand Down
6 changes: 6 additions & 0 deletions test/functional/tools/sample_tool_conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@
<tool file="multiple_versions_v01.xml" />
<tool file="multiple_versions_v01galaxy6.xml" />
<tool file="multiple_versions_v02.xml" />
<section id="test_section_multi" name="Test Section with Multiple Versions">
<tool file="multiple_versions_v01.xml" />
<tool file="multiple_versions_v01galaxy6.xml" />
<tool file="multiple_versions_v02.xml" />
</section>

<tool file="multiple_versions_changes_v01.xml" />
<tool file="multiple_versions_changes_v02.xml" />

Expand Down
4 changes: 4 additions & 0 deletions test/integration/panel_views_1/custom_13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Filtered Test Section w/multiple versions
type: activity
items:
- sections: [test_section_multi]

0 comments on commit edcc043

Please sign in to comment.