portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
19 stars 2 forks source link

feat: test coverage for functions exported in PortalsJS #186

Closed GGmorello closed 1 year ago

GGmorello commented 1 year ago

In PR #179 I tried to cover every method exported by PortalsJS to verify that everything executes, it was still a work in progress. Hence, some logic still needs to be implemented and at the moment it only checks if the various methods run and not if their results are correct. You can decide if this work is relevant and if it's worth spending more time on it to finish.

jspenger commented 1 year ago

In a recent PR #223 we implemented testing for almost all methods exported by PortalsJS, for this reason closing this issue as the functionality is covered by the other PR.