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 7d6931b commit b079072Copy full SHA for b079072
1 file changed
hugr-py/tests/conftest.py
@@ -187,9 +187,11 @@ def validate(
187
"json": EnvelopeConfig.TEXT,
188
"model-exts": EnvelopeConfig.BINARY,
189
}
190
- # TODO: "model-exts" comes with its own variety of errors.
191
- # Fix them and add it to the list of write formats.
192
- WRITE_FORMATS = ["json"]
+ # Envelope formats used when exporting test hugrs.
+ WRITE_FORMATS = ["json", "model-exts"]
+ # Envelope formats used as target for `hugr convert` before loading back the
193
+ # test hugrs.
194
+ #
195
# Model envelopes cannot currently be loaded from python.
196
# TODO: Add model envelope loading to python, and add it to the list.
197
LOAD_FORMATS = ["json"]
0 commit comments