Skip to content
Snippets Groups Projects

Communicative workflow reader

Merged Adham Hashibon requested to merge communicative-workflow-reader into master
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -200,10 +200,10 @@ class TestModelCreationFailure(unittest.TestCase):
_as_json_stringio(self.working_data)
)
def _as_json_stringio(data):
fp = StringIO()
json.dump(data, fp)
fp.seek(0)
return fp
Loading