1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/vendor/golang.org/x/crypto/ssh
Jesse Duffield 7b302d8c29 Write unit tests with the help of afero
Afero is a package that lets you mock out a filesystem with an in-memory filesystem.
It allows us to easily create the files required for a given test without worrying about
a cleanup step or different tests tripping on eachother when run in parallel.

Later on I'll standardise on using afero over the vanilla os package
2023-07-30 18:35:36 +10:00
..
agent Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
internal/bcrypt_pbkdf vendor: replace go-git package 2020-03-27 19:06:21 +11:00
knownhosts switch to Go modules 2019-09-01 21:24:03 +10:00
buffer.go bump dependencies 2018-08-09 14:41:58 +10:00
certs.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
channel.go bump dependencies 2018-08-09 14:41:58 +10:00
cipher.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
client_auth.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
client.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
common.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
connection.go bump dependencies 2018-08-09 14:41:58 +10:00
doc.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
handshake.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
kex.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
keys.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
mac.go bump dependencies 2018-08-09 14:41:58 +10:00
messages.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
mux.go bump go-git to fix invalid merge error 2020-10-06 21:58:41 +11:00
server.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
session.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
ssh_gss.go Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
streamlocal.go bump dependencies 2018-08-09 14:41:58 +10:00
tcpip.go bump dependencies 2018-08-09 14:41:58 +10:00
transport.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00