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

Add Unit Testing for builder.go #534

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mwhit176
Copy link

@mwhit176 mwhit176 commented Dec 1, 2024

Added some unit tests for the teamserver's builder.go file.

It uses the testify library to mock certain structures and functions, and otherwise follows standard Go testing practice. It currently has 92.6% statement coverage of the builder.go file.

The aim is for this to be the first instance of more widespread unit testing for the Havoc framework.

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

Successfully merging this pull request may close these issues.

None yet

1 participant