decentralized-identity / sidetree

Sidetree Specification and Reference Implementation
https://identity.foundation/sidetree/spec
Apache License 2.0
438 stars 112 forks source link

Randomness in test fixture generation increases feature development time #884

Closed OR13 closed 4 years ago

OR13 commented 4 years ago

When a change is made, that impacts fixtures, it should be possible to run a single comment, to update them all.

And then all the tests should for the most part pass.

Right now, you have to navigate the source, console logging and editing files, it a way that is likely to lead to bugs, and which is certainly much slower that deterministically rebuilding test vectors.

thehenrytsai commented 4 years ago

Done.