Conversation
|
Before going too far with porting tests over from We're already in the process of refactoring all of the Once that's done, what we can do is the following:
Any unit test that invokes Mollusk's Then you can move those fixtures into the for fix in fixtures_dir {
let fixture = Fixture::load_from_blob_file(fix);
Mollusk::process_and_validate_fixture(&fixture);
}And boom, that's it, you ran the whole |
Amazing! The tests here are literally a copy-paste from I will definitely follow your suggestion when adding the final tests. |
|
@buffalojoec Given the way that we ended up doing the |
Let me know if any of the new PRs into Mollusk help this situation, or if you found an alternative with fixtures. |
|
Close in favour of #5 |
Problem
Currently the tests are limited to only test if instructions can execute.
Solution
Expand the tests by adding the same test suite as
spl-tokenprogram.