Skip to content

Commit

Permalink
Make napari/tests a package
Browse files Browse the repository at this point in the history
I considered making all the tests namespace packages, but it turns out pytest [chokes](pytest-dev/pytest#3396) [on](pytest-dev/pytest#1927) [namespace packages](pytest-dev/pytest#478).  So this is the best solution for now.

Test plan: made a distribution (python setup.py sdist) then installed it in a separate virtualenv.  then ran tests (`pytest --pyargs napari`).

Fixes napari#875
  • Loading branch information
Tony Tung committed Jan 27, 2020
1 parent a10a88b commit 378a572
Showing 1 changed file with 0 additions and 0 deletions.
Empty file added napari/tests/__init__.py
Empty file.

0 comments on commit 378a572

Please sign in to comment.