Skip to content

Commit eff9e2d

Browse files
committed
Amend readme
1 parent 25da6b8 commit eff9e2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NUnit Ordered Testing library
22

3-
This library allows you to use test ordering with NUnit.
3+
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).
44

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

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

25+
**In essence this library is a replacement and improvement to MSTest Ordered Tests implemented for NUnit.**
26+
2527
**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
2628

2729
## Features

0 commit comments

Comments
 (0)