File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
44
44
45
45
class ContextBase :
46
- """Shared kwargs based initilizer for :py:class:`RuntimeContext` and :py:class:`LoadingContext`."""
46
+ """Shared kwargs based initializer for :py:class:`RuntimeContext` and :py:class:`LoadingContext`."""
47
47
48
48
def __init__ (self , kwargs : Optional [Dict [str , Any ]] = None ) -> None :
49
49
"""Initialize."""
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def test_dont_require_inputs(tmp_path: Path) -> None:
180
180
181
181
182
182
def test_argparser_with_doc () -> None :
183
- """The `desription ` field is set if `doc` field is provided."""
183
+ """The `description ` field is set if `doc` field is provided."""
184
184
loadingContext = LoadingContext ()
185
185
tool = load_tool (get_data ("tests/with_doc.cwl" ), loadingContext )
186
186
p = argparse .ArgumentParser ()
@@ -189,7 +189,7 @@ def test_argparser_with_doc() -> None:
189
189
190
190
191
191
def test_argparser_without_doc () -> None :
192
- """The `desription ` field is None if `doc` field is not provided."""
192
+ """The `description ` field is None if `doc` field is not provided."""
193
193
loadingContext = LoadingContext ()
194
194
tool = load_tool (get_data ("tests/without_doc.cwl" ), loadingContext )
195
195
p = argparse .ArgumentParser ()
Original file line number Diff line number Diff line change 449
449
"name" : "#settings-by-samples__1. 0. 0. yaml/settings-by-samples/samples"
450
450
},
451
451
{
452
- "label" : "settings by override cylces " ,
452
+ "label" : "settings by override cycles " ,
453
453
"doc" : "Additional bcl convert settings\n" ,
454
454
"type" : [
455
455
"null" ,
You can’t perform that action at this time.
0 commit comments