Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Pickling / unpickling #23

Open
rmk135 opened this issue Jan 31, 2016 · 0 comments
Open

Pickling / unpickling #23

rmk135 opened this issue Jan 31, 2016 · 0 comments
Labels
Milestone

Comments

@rmk135
Copy link
Member

rmk135 commented Jan 31, 2016

Check that DomainModel can be pickled / unpickled without problems, add unit tests for that.

  • Python 2.6 / 2.7 checks:
    • pickle (Protocols: 0, 1, 2)
    • cPickle (Protocols: 0, 1, 2)
  • Python 3.3 checks:
    • pickle (Protocols: 0, 1, 2, 3)
  • Python 3.4 / 3.5 checks:
    • pickle (Protocols: 0, 1, 2, 3, 4)
@rmk135 rmk135 added this to the Beta milestone Jan 31, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant