We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b33b02 + 8ff89f5 commit 319a23dCopy full SHA for 319a23d
tests.py
@@ -77,6 +77,7 @@ def test_len(self):
77
hn = HumanName("John Doe")
78
self.m(len(hn), 2, hn)
79
80
+ @unittest.skipUnless(dill,"requires python-dill module to test pickling")
81
def test_config_pickle(self):
82
C = Constants()
83
self.assertTrue(dill.pickles(C))
0 commit comments