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

obs_base - add tests for composite bypass and std #52

Merged
merged 1 commit into from Jul 12, 2017

Conversation

n8pease
Copy link
Contributor

@n8pease n8pease commented Jul 11, 2017

No description provided.

@n8pease n8pease force-pushed the tickets/DM-11251 branch 2 times, most recently from 669ccb8 to 8db1ed9 Compare July 11, 2017 23:47
def std_stdTestType(self, item, dataId):
item.standardized = True
return item

Choose a reason for hiding this comment

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

Does it have to be set inside a class method?

@@ -40,3 +40,10 @@ def _makeCamera(self, policy, repositoryDir):
"""Normally this makes a camera. For composite testing, we don't need a camera.
"""
return None

def std_stdTestType(self, item, dataId):
Copy link
Contributor

Choose a reason for hiding this comment

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

LDM-463 says method should look like std_<datasetType>(self, item) and this has one extra argument

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks. I fixed the document.

@n8pease n8pease merged commit b084507 into master Jul 12, 2017
@ktlim ktlim deleted the tickets/DM-11251 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants