Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Add mandatory argument 'module_name' to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Jun 14, 2024
1 parent 311a013 commit a41d484
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_create_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def test_run_plugin_tests_with_napari_prefix(copie, capsys):
result = copie.copy(extra_answers={
"plugin_name": name,
"display_name": "napari Foo",
"module_name": "napari_foo",
"short_description": "Super fast foo for all the bars",
"full_name": "napari bot",
"email": "[email protected]",
Expand All @@ -92,6 +93,7 @@ def test_run_select_plugins(copie, capsys):
extra_answers={
"plugin_name": name,
"display_name": "Foo Bar",
"module_name": "anything",
"short_description": "Super fast foo for all the bars",
"full_name": "napari bot",
"email": "[email protected]",
Expand Down Expand Up @@ -129,6 +131,7 @@ def test_pre_commit_validity(copie, include_reader_plugin, include_writer_plugin
extra_answers={
"plugin_name": "anything",
"display_name": "Foo Bar",
"module_name": "anything",
"short_description": "Super fast foo for all the bars",
"full_name": "napari bot",
"email": "[email protected]",
Expand Down

0 comments on commit a41d484

Please sign in to comment.