From 5b14065b294eeef3e439cded1da308ea7959e113 Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sat, 8 Jan 2022 11:14:38 +0100 Subject: [PATCH] Test stup for testing PrepareRun --- backup_test.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/backup_test.go b/backup_test.go index 8077cef..25c2be9 100644 --- a/backup_test.go +++ b/backup_test.go @@ -88,3 +88,13 @@ func TestCanRun(t *testing.T) { t.Fail() } } + +func testPrepareRun() { + /* + Need to mock: + - config.Settings.SystemMountPoint (to local test directory) + - config.Settings.LogLocation (to local test directory) + - exec.Command! (to NOT really execute something) + + */ +}