There should be simplified syntax to write node tests. Or should we perhaps test them using deserialization?..
Some nodes are complex enough to deserve testing.
There should be simplified syntax to write node tests. Or should we perhaps test them using deserialization?..
More convenient testing can be implemented via "Test" node, which throws when its condition is not met. That way, tests can be easily created even by users.
More convenient testing can be implemented via "Test" node, which throws when its condition is not met. That way, tests can be easily created even by users.
caryoscelus hivatkozott erre a hibajegyre egy commit-ban ekkor: 7 éve
Some nodes are complex enough to deserve testing.
There should be simplified syntax to write node tests. Or should we perhaps test them using deserialization?..
Added some tests, without any special syntax for now..
More convenient testing can be implemented via "Test" node, which throws when its condition is not met. That way, tests can be easily created even by users.