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

Fixes various problems (mostly syntax) in tests #391

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

duckfez
Copy link
Contributor

@duckfez duckfez commented Aug 24, 2023

  • process_test swapped from golang encoding/asn1 to zcrypto
  • ssh/kex_test needed Config argument for kex.Client / kex.Server
  • ssh/keys_test needed the built-in dsaPublicKey
  • fox.go was throwing a go vet warning during tests
  • redis/types_test fakeIO needed additional methods to meet interface signature

How to Test

make test

Notes & Caveats

If necessary, explain the motivation for this PR, and note any caveats that apply to your changes or future work that will be needed.

Issue Tracking

Fixes #387 , #388 , #389 , #390

* process_test swapped from golang encoding/asn1 to zcrypto
* ssh/kex_test needed Config argument for kex.Client / kex.Server
* ssh/keys_test needed the built-in dsaPublicKey
* fox.go was throwing a `go vet` warning during tests
* redis/types_test fakeIO needed additional methods to meet interface
  signature
@zakird zakird merged commit 6c4cec8 into zmap:master Feb 18, 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

Successfully merging this pull request may close these issues.

test errors lib/output/test/process_test.go
2 participants