Skip to content

Commit

Permalink
Amend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed Jan 3, 2018
1 parent 25da6b8 commit eff9e2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NUnit Ordered Testing library

This library allows you to use test ordering with NUnit.
This library allows you to use test ordering with NUnit. This is an implementation of ordered tests for NUnit, similar in how [they exist in the MSTest framework](https://msdn.microsoft.com/en-us/library/ms182631.aspx).

[![Build status](https://ci.appveyor.com/api/projects/status/1ugsdmnkcpw5krh4?svg=true)](https://ci.appveyor.com/project/Sebazzz/nunittestordering)
[![NuGet Version and Downloads count](https://buildstats.info/nuget/NUnitTestOrdering?includePreReleases=true)](https://www.nuget.org/packages/nunittestordering)
Expand All @@ -22,6 +22,8 @@ The primary use case of this library is to allow integration tests to depend on

Using this library you can model and manage workflow tests such as the above.

**In essence this library is a replacement and improvement to MSTest Ordered Tests implemented for NUnit.**

**Note:** Don't use this library to order to unit tests, that's bad practice. You want your unit tests to be as independent as possible

## Features
Expand Down

0 comments on commit eff9e2d

Please sign in to comment.