nftables
nftables copied to clipboard
Test refactoring
- Common TestDial function
Thanks, looks like a good first start. Let me know once this is ready for review
@stapelberg What do you think if:
- I put all unit tests in specific files (
nat_test.go,verdict_test.go..) - I put integration test in a single file
nftables_integration_test.go - I put helper functions in a single file
helpers_test.go
Sounds good to me!