metacall / faas

Reimplementation of MetaCall FaaS platform written in TypeScript.
https://dashboard.metacall.io
Apache License 2.0
13 stars 21 forks source link

unit test for all the controllers #28

Open HeeManSu opened 7 months ago

HeeManSu commented 7 months ago

We should implement unit tests for all controllers to guarantee their proper functionality in the future.

vr-varad commented 7 months ago

@viferga I would like to work on it. could u please assign me this issue?

viferga commented 6 months ago

I prefer if we do integration tests directly. Unit tests are usually a nightmare to maintain and they only serve to develop the software itself, verify bugs in specific places or verify complex algorithms. I think @HeeManSu is working already on this, it would be cool if you push your changes as a draft. Later on I can set up integration tests on top of the unit testing.