зеркало из
1
0
Форкнуть 0
This commit is contained in:
Brad Wilson 2016-09-15 17:08:26 -07:00
Родитель 8893991af6
Коммит c1bbd42d92
3 изменённых файлов: 44 добавлений и 0 удалений

17
CONTRIBUTING.md Normal file
Просмотреть файл

@ -0,0 +1,17 @@
# Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). By participating in this project you agree to abide by its terms.
# Before you file a bug...
* Is this a question? Ask it on our [Slack server](https://xunit.slack.com) instead. (Not a member? It's easy [to sign up](https://xunit-slackin.herokuapp.com/).)
* Did you [read the documentation](https://xunit.github.io/)?
* Did you search the issues list to see if someone already reported it?
* Did you create a simple repro for the problem?
# Before you submit a PR...
* Did you ensure this is an [accepted up-for-grabs issue](https://github.com/xunit/xunit/issues?q=is%3Aopen+is%3Aissue+label%3A%22%5Bs%5D+Up+For+Grabs%22)? (If not, open one to start the discussion)
* Did you read the [project governance](https://xunit.github.io/governance.html)?
* Does the code follow existing coding styles? (spaces, comments, no regions, etc.)?
* Did you write unit tests?

14
LICENSE.txt Normal file
Просмотреть файл

@ -0,0 +1,14 @@
Copyright (c) .NET Foundation and Contributors
All Rights Reserved
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

13
README.md Normal file
Просмотреть файл

@ -0,0 +1,13 @@
## About This Project
This project contains integration tests for [https://github.com/xunit/testextensions.xunit](https://github.com/xunit/testextensions.xunit).
To open an issue for this project, please visit the [core xUnit.net project issue tracker](https://github.com/xunit/xunit/issues).
## About xUnit.net
[<img align="right" src="https://www.dotnetfoundation.org/Media/dotnet_logo.png" width="100" />](https://www.dotnetfoundation.org/)
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. It is part of the [.NET Foundation](https://www.dotnetfoundation.org/), and operates under their [code of conduct](http://www.dotnetfoundation.org/code-of-conduct). It is licensed under [Apache 2](https://opensource.org/licenses/Apache-2.0) (an OSI approved license).
For project documentation, please visit the [xUnit.net project home](https://xunit.github.io/).