This commit is contained in:
Smaug123
2020-05-02 22:15:40 +01:00
parent efffb52e92
commit 4f81045680
8 changed files with 246 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ open Git
module TestInit =
[<Test>]
let Test1 () =
let ``test initialisation`` () =
let fs = MockFileSystem ()
let dir = fs.Path.GetTempFileName ()
let gitDir = fs.DirectoryInfo.FromDirectoryName (dir + "_test")