-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit file name to be specific to our use case
- Loading branch information
1 parent
9ac512f
commit b9dd658
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from napari_experimental._widget import GroupLayerWidget | ||
from qtpy.QtWidgets import QWidget | ||
|
||
|
||
def test_me(make_napari_viewer_proxy) -> None: | ||
viewer = make_napari_viewer_proxy() | ||
assert isinstance(GroupLayerWidget(viewer), QWidget) |
This file was deleted.
Oops, something went wrong.