jesseduffield.lazygit/pkg/app
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
..
daemon Use comment char config on interactive rebase 2023-07-02 02:07:32 -03:00
types move code from main into app package to allow test to be injected 2022-08-13 13:55:08 +10:00
app.go Write unit tests with the help of afero 2023-07-30 18:35:36 +10:00
entry_point.go Change directory to worktree if given as an argument 2023-07-30 18:35:23 +10:00
errors.go clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00