Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 425b143

Browse files
authored
Update README.md
Link to page on nuget.org
1 parent db3708d commit 425b143

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A dotnet / c# framework for integration testing where the work of one test can be the build up for the next test.
44

5+
* [NuGet Package](https://www.nuget.org/packages/Hit/)
6+
57
### Example of testing CRUD operations using HIT
68

79
HIT tests are defined by `UseAs` attributes that decorate the classes that implements the tests logic. Here is a test implementation that test creating an item given a repository of items:

0 commit comments

Comments
 (0)