axon icon indicating copy to clipboard operation
axon copied to clipboard

Add v1 serialized model fixtures to tests

Open seanmor5 opened this issue 3 years ago • 0 comments

As I go through a major rewrite of the Axon compiler in #260, I've realized it will be very easy to make breaking changes if we do not include versions of old serialized models as a part of the test suite. The current API does serialization/deserialization with tmp files, but we should have some static tests as well to ensure we don't break backwards compatibility when we have a stable release

seanmor5 avatar May 14 '22 21:05 seanmor5