Skip to content

Pickling / unpickling #23

@rmk135

Description

@rmk135

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions