Insufficient integration tests #219
Labels
bug 🐛
Something isn't working
in progress 👨💻
Currently in progress and is being worked on.
security ❗
Address a security issue
tests 🧪
Relates to tests
Specify your setup
Describe the bug
The integration tests do not properly cover the regressions, introduced by the switch to native async/await. This is due to the original integration tests do not really test, whether the correct values are passed to the model as most model functions are not covering parameters or return nearly nothing.
This already resulted in:
Proposal:
All integration tests should also cover proper model testing.
We should target this for 5.0.0, because there may be more parts affected as may have been revealed yet.
The text was updated successfully, but these errors were encountered: