Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 29, 2024
1 parent fd7addf commit b9a485d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Imageflow.Test/TestJobContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ public void TestGetVersionInfo()
Assert.NotNull(info.LongVersionString);
Assert.NotNull(info.GitDescribeAlways);
var unused = info.BuildDate;
Assert.NotEqual(default, info.BuildDate);
var unused2 = info.GitTag;
Assert.NotNull(info.GitTag);
var unused3 = info.DirtyWorkingTree;

}
}

Expand Down
2 changes: 2 additions & 0 deletions tests/Imageflow.Test/TestJson.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ public void TestAllJob()


}


}

0 comments on commit b9a485d

Please sign in to comment.