mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
Running the tests in an exported source tarball fails with "must run in lazy project folder or child folder". GetLazyRootDirectory searches the working directory and its parents for a .git directory, and a tarball doesn't have one. This has always affected the integration tests; since |
||
|---|---|---|
| .. | ||
| yaml_utils | ||
| color.go | ||
| color_test.go | ||
| date.go | ||
| date_test.go | ||
| dummies.go | ||
| errors.go | ||
| formatting.go | ||
| formatting_test.go | ||
| history_buffer.go | ||
| history_buffer_test.go | ||
| io.go | ||
| io_test.go | ||
| lines.go | ||
| lines_test.go | ||
| once_writer.go | ||
| once_writer_test.go | ||
| project_root.go | ||
| project_root_test.go | ||
| rebase_todo.go | ||
| rebase_todo_test.go | ||
| regexp.go | ||
| regexp_test.go | ||
| search.go | ||
| search_test.go | ||
| slice.go | ||
| slice_test.go | ||
| stack.go | ||
| string_pool.go | ||
| template.go | ||
| template_test.go | ||
| thread_safe_map.go | ||
| thread_safe_map_test.go | ||
| utils.go | ||
| utils_test.go | ||