(t *testing.T)
| 838 | } |
| 839 | |
| 840 | func TestAlternatesDefault(t *testing.T) { |
| 841 | // Create a new dotgit object. |
| 842 | dotFS := osfs.New(t.TempDir()) |
| 843 | |
| 844 | testAlternates(t, dotFS, dotFS) |
| 845 | } |
| 846 | |
| 847 | func TestAlternatesWithFS(t *testing.T) { |
| 848 | // Create a new dotgit object with a specific FS for alternates. |
nothing calls this directly
no test coverage detected
searching dependent graphs…