Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unit test for all the controllers #28

Open
HeeManSu opened this issue Feb 29, 2024 · 2 comments
Open

unit test for all the controllers #28

HeeManSu opened this issue Feb 29, 2024 · 2 comments

Comments

@HeeManSu
Copy link
Contributor

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

@vr-varad
Copy link

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

@viferga
Copy link
Member

viferga commented Mar 13, 2024

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.

HeeManSu added a commit to HeeManSu/faas that referenced this issue Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants