https://github.com/jschneidereit/mstesttoxunitconverter
Roslyn based MSTest to xUnit converter
https://github.com/jschneidereit/mstesttoxunitconverter
csharp mstest roslyn xunit
Last synced: about 1 month ago
JSON representation
Roslyn based MSTest to xUnit converter
- Host: GitHub
- URL: https://github.com/jschneidereit/mstesttoxunitconverter
- Owner: jschneidereit
- License: mit
- Created: 2017-08-26T18:30:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T05:51:27.000Z (over 8 years ago)
- Last Synced: 2025-11-29T23:48:13.840Z (7 months ago)
- Topics: csharp, mstest, roslyn, xunit
- Language: C#
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MsTestToXunitConverter
A FOSS .net tool leveraging the roslyn tool-chain to transition unit test projects away from MSTest towards xUnit.
If you'd like to contribute, please take a look at the following files
- [code of conduct](docs/CODE_OF_CONDUCT.md)
- [contributing guidelines](docs/CONTRIBUTING.md)
- [pull request template](docs/PULL_REQUEST_TEMPLATE.md)