instead of depending on test cases from clvm and clvm_tools#177
instead of depending on test cases from clvm and clvm_tools#177
Conversation
…the existing unit tests in src/test_ops.rs
|
Taking out the |
|
right. running the If I would go through and make sure all test cases in the existing |
|
Sure. The more similar the test formats can be between the two, the easier it will be to keep the two in sync if we add more tests or change existing ones. So I'd recommend trying to keep the same text input/output format, maybe even the exact same files, reading them at runtime. |
|
I don't see the value in tying To me it seems it would only keep us bogged down, slowing down updates to Had they been part of the same repository, and changes could be made to all 3 projects in single commits, it would have been different, I think. At least simpler. |
|
'This PR has been flagged as stale due to no activity for over 60 |
rely on the existing unit tests in src/test_ops.rs
This is a step towards untangling
clvm_rsfromclvmandclvm_tools, which will allow us to changeclvm_tools'sbrunto report accurate costs without breaking the tests in this repository.