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

Move all the tests into the module they are testing. #1111

Merged
merged 1 commit into from
Mar 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
# don't inspect pytest fixtures in pycharm
# noinspection PyUnresolvedReferences
from starfish.test import test_utils
from starfish.test.dataset_fixtures import ( # noqa: F401
from starfish.types import Axes, PhysicalCoordinateTypes
from .dataset_fixtures import ( # noqa: F401
codebook_intensities_image_for_single_synthetic_spot,
loaded_codebook,
simple_codebook_array,
Expand All @@ -20,7 +21,6 @@
synthetic_intensity_table,
synthetic_spot_pass_through_stack,
)
from starfish.types import Axes, PhysicalCoordinateTypes
from .imagestack_test_utils import verify_physical_coordinates

X_COORDS = 1, 2
Expand Down
File renamed without changes.
32 changes: 0 additions & 32 deletions starfish/test/experiment/builder/test_orderediterator.py

This file was deleted.

Empty file added starfish/types/test/__init__.py
Empty file.