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 - OldButler parents are represented by a RepositoryCfg in the parents list #58

Merged
merged 1 commit into from Jul 27, 2017

Conversation

n8pease
Copy link
Contributor

@n8pease n8pease commented Jul 26, 2017

No description provided.

Copy link
Contributor

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

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

Looks OK.

self.assertEqual(len(cfg.parents), 1)
self.assertEqual(cfg.parents[0], testPath)
self.assertEqual(cfg.parents[0], expectedCfg)
Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpick - combine two tests into self.assertEqual(cfg.parents, [expectedCfg]) (just as it is done below)?

@n8pease n8pease merged commit dc016ae into master Jul 27, 2017
@ktlim ktlim deleted the tickets/DM-11284 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
2 participants