MCPcopy
hub / github.com/ddworken/hishtory / testUpdateFromPrevToCurrent

Function testUpdateFromPrevToCurrent

client/integration_test.go:587–589  ·  view source on GitHub ↗
(t *testing.T, tester shellTester)

Source from the content-addressed store, hash-verified

585}
586
587func testUpdateFromPrevToCurrent(t *testing.T, tester shellTester) {
588 testGenericUpdate(t, tester, installFromPrev, updateToHead)
589}
590
591func testUpdateFromPrevToReleaseViaProd(t *testing.T, tester shellTester) {
592 defer testutils.BackupAndRestoreEnv("HISHTORY_SERVER")()

Callers 1

TestParamFunction · 0.85

Calls 1

testGenericUpdateFunction · 0.85

Tested by

no test coverage detected