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-14544: Add pickle support to Butler #43

Merged
merged 2 commits into from May 31, 2018
Merged

DM-14544: Add pickle support to Butler #43

merged 2 commits into from May 31, 2018

Conversation

pschella
Copy link
Collaborator

No description provided.

"""
butler = Butler(self.configFile)
butlerOut = pickle.loads(pickle.dumps(butler))
self.assertIsInstance(butlerOut, Butler)
Copy link
Member

Choose a reason for hiding this comment

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

Do you want to test that they share some configuration?

@pschella pschella merged commit 6914e8c into master May 31, 2018
@ktlim ktlim deleted the tickets/DM-14544 branch August 25, 2018 06:50
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