We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ccc60 commit d57039dCopy full SHA for d57039d
cf/test/test_functions.py
@@ -18,6 +18,7 @@ def setUp(self):
18
self.test_only = ()
19
20
def test_example_field(self):
21
+ self.assertIsInstance(cf.example_fields(), cf.FieldList)
22
for f in cf.example_fields():
23
f.dump(display=False)
24
0 commit comments