Skip to content

Commit 8199dd4

Browse files
authored
Merge pull request #4 from aliasadidev/aliasadidev-patch-1
Update README.md
2 parents 7d8955b + 229e7d8 commit 8199dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Provides an `ITestCaseOrderer` that allows you to control the order of execution of Xunit tests within a class.
66

7-
Based closely on the code at https://github.com/xunit/samples.xunit/tree/master/TestOrderExamples/TestCaseOrdering
7+
Based closely on the code at https://github.com/xunit/samples.xunit/tree/main/TestOrderExamples/TestCaseOrdering
88

99
**Note** that the Xunit folks [have](https://github.com/xunit/xunit/issues/980#issuecomment-248213473) [stated](https://github.com/xunit/xunit/issues/1301#issuecomment-305323239) that they don't believe that well-written unit tests should be dependent on being run in a particular order, which is why this functionality is not available as part of the core package. Nevertheless, there are some testing scenarios which are not strict unit testing and which may require test ordering.
1010

0 commit comments

Comments
 (0)