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

DM-15189: Initial implementation of Gen3 raw-data ingest #148

Merged
merged 2 commits into from Aug 24, 2018

Conversation

TallJimbo
Copy link
Member

Strongly recommend looking at each of the two commits here separately; one is almost entirely just moving code around.

@TallJimbo TallJimbo requested a review from timj August 22, 2018 14:58
Copy link
Member

@timj timj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all seems reasonable, although I'm not an expert.

TESTDIR = os.path.dirname(__file__)


skipIfNoData = unittest.skipIf(testDataDirectory is None, "testdata_subaru must be set up")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since none of the tests run if data are not available it might be less repetitive to put the skip in setUpClass or setUp.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I didn't realize the skip decorators worked on classes, too. Will do.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't looked deeply but skipping at the class level vs during setUp might result in different skip statistics. I don't remember if there is a difference.

@TallJimbo TallJimbo merged commit b58d072 into master Aug 24, 2018
@TallJimbo TallJimbo deleted the tickets/DM-15189 branch August 24, 2018 18:53
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.

None yet

2 participants