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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Made new nuget badge link to nuget page on nuget.org and removed old nuget link
  • Loading branch information
Aha43 authored Jun 7, 2021
1 parent ae6631c commit 63a3870
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
![](images/logo.png?raw=true)

[![.NET](https://github.com/Aha43/Hit/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Aha43/Hit/actions/workflows/dotnet.yml)
![Nuget](https://img.shields.io/nuget/v/Hit)
[![Nuget](https://img.shields.io/nuget/v/Hit)](https://www.nuget.org/packages/Hit/)

# Hit - Hierarchically Integration Test framework

A dotnet c# framework for integration testing where the work of one integration test can be the build up for the next integration test. Hit is intended to be used with an unit testing framework: Sequences of Hit integration tests form unit tests. Examples here use the Xunit framework to run the example unit tests, a similar unit test framework should also work.

* [Changelog](https://github.com/Aha43/Hit/blob/main/CHANGELOG.md)
* [NuGet Package](https://www.nuget.org/packages/Hit/)

## Getting started

Expand Down

0 comments on commit 63a3870

Please sign in to comment.