summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/bisect
AgeCommit message (Expand)Author
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
2024-02-13Change default of git.log.showGraph to 'always'Stefan Haller
2023-07-31Make bisect/basic.go test more concreteStefan Haller
2023-07-29When bisecting, always mark the current commit as good/bad, not the selectedStefan Haller
2023-07-29Add bisect menu entry that lets you choose bisect termsStefan Haller
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-02-26cleanup integration test codeJesse Duffield
2022-12-28move popup assertions into a structJesse Duffield
2022-12-27remove dependency on modelJesse Duffield
2022-12-27move shell into test driverJesse Duffield
2022-12-27rename input to tJesse Duffield
2022-12-27add tap functionJesse Duffield
2022-12-27combine assert and input structs, clean up interfaceJesse Duffield
2022-12-27better namespacing for assertionsJesse Duffield
2022-12-27add view asserter getter structJesse Duffield
2022-12-27more refactoring of popup stuffJesse Duffield
2022-12-26allow checking if line is selected in Lines and TopLines methodsJesse Duffield
2022-12-26allow chaining matchersJesse Duffield
2022-12-26add switch-to-view methodsJesse Duffield
2022-12-26cleaner test assertionsJesse Duffield
2022-12-26rename SelectedLine to CurrentLine in testsJesse Duffield
2022-12-25introduce ViewLines functionsJesse Duffield
2022-12-24add helper functions for popups in testsJesse Duffield
2022-12-24refactor to not have Match at the start of assert method names, because it re...Jesse Duffield
2022-09-09add another bisect integration testJesse Duffield
2022-09-09add bisect integration testJesse Duffield