Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starfish.display: unpin napari version, add tests, view masks separately #1570

Merged
merged 3 commits into from
Sep 24, 2019

Conversation

kne42
Copy link
Collaborator

@kne42 kne42 commented Sep 21, 2019

for starfish.display:

  • unpin napari version (set minimum to 0.1.5)
  • add tests
  • view masks by themselves

please note that we had to use a hack to test the module as pytest-qt was not working properly for unknown reasons

Tony Tung and others added 2 commits September 23, 2019 14:41
1. Run them as part of the napari install test that's run on master branches.
2. Move the napari and pyqt imports inside test_display() so they don't trip up tests when napari isn't installed.
3. Upgrade pytest version.

Test plan: named this branch -alltest, so it should hit all the test cases.
Separate napari tests into its own category
@ttung ttung merged this pull request into spacetx:master Sep 24, 2019
ttung pushed a commit that referenced this pull request Sep 24, 2019
…ely (#1570)

* display: unpin napari version, add tests, view masks separately

* Separate napari tests into its own category

1. Run them as part of the napari install test that's run on master branches.
2. Move the napari and pyqt imports inside test_display() so they don't trip up tests when napari isn't installed.
3. Upgrade pytest version.

Test plan: named this branch -alltest, so it should hit all the test cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants