Skip to content

Commit 64dfef2

Browse files
chore: implement new abstract method in test suite
1 parent 38ed46d commit 64dfef2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ def validate_plugin(self, plugin: PluginBase):
2222

2323
def validate_settings(self, settings: SettingsBase, plugin: PluginBase):
2424
assert isinstance(settings, plugin._executor_settings_cls)
25+
26+
def get_example_args(self) -> List[str]:
27+
return ["--cluster-generic-submit-cmd", "qsub"]

0 commit comments

Comments
 (0)