Skip to content

ssh-connection-manager/kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module kernel

Tests

Tests for this package put in dir /test

Run all test

go test ./... -test.v -tags module

Units

Run test

go test ./... -test.v 

Generate coverage file

go test -coverprofile=coverage.out ./... 

Transform coverage file to html

 go tool cover -html=coverage.out -o coverage.html

Modules

Run test

go test ./tests/modules -test.v -tags module

About

kernel for ssh+

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages