napari / napari-console

A plugin that adds a console to napari
BSD 3-Clause "New" or "Revised" License
3 stars 12 forks source link

Add tests/ configure github actions #3

Closed sofroniewn closed 3 years ago

sofroniewn commented 3 years ago

Github actions should be configured and tests should be added

sofroniewn commented 3 years ago

@tlambert03 tests are failing right now because this needs PySide2 / PyQt5 - curious how you think we should do that? Add as optional dependencies? Do the [all] strategy for pip? Just add them each to our tests like we do in napari? That's what I'm leaning towards trying tomorrow. Any ideas welcome though!!

tlambert03 commented 3 years ago

see my https://github.com/napari/napari-console/pull/7#issuecomment-762875608