summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/commit/commit.go
AgeCommit message (Expand)Author
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-02-20improved commit testJesse 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-27refactor commit message stuff in integration testsJesse 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-08-14add slow flag to integration testsJesse Duffield
2022-08-14a more complex custom command testJesse Duffield
2022-08-13rename helpers to componentsJesse Duffield
2022-08-13fix CIJesse Duffield
2022-08-13re-name Input and improve documentationJesse Duffield
2022-08-13move code from main into app package to allow test to be injectedJesse Duffield