-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add unit tests across backend package #13
Comments
@nitishm I'll try to work on this issue. |
Awesome !!! |
@andrysds Heads up. I have changed the entire implementation from go-swagger to gin-gonic. Most, if not all, of the backend code has been refactored. With the new structure it should be much easier to add dependency mocks for unit tests. Let me know if you are still interested in working this issue. |
NOTE: Unit tests should use mockery/testify to create mock interface implementations. |
- Added query filter for attack status - Added more UT coverage
- Added query filter for attack status - Added more UT coverage
Need to add unit tests for the backend server to test all the
attack
options plus all the additional logic in theinternal/vegeta/attack.go
,internal/vegeta/report.go
andinternal/vegeta/store.go
among the other files and packages.The text was updated successfully, but these errors were encountered: