https://github.com/arcus-azure/arcus.testing
In short: Arcus Testing is a set of libraries that makes tests more fun to write!
https://github.com/arcus-azure/arcus.testing
assertions azure azure-data-factory azure-storage test-logger testing tools
Last synced: 6 months ago
JSON representation
In short: Arcus Testing is a set of libraries that makes tests more fun to write!
- Host: GitHub
- URL: https://github.com/arcus-azure/arcus.testing
- Owner: arcus-azure
- License: mit
- Created: 2020-02-19T10:41:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T08:10:15.000Z (11 months ago)
- Last Synced: 2025-08-01T04:46:04.790Z (11 months ago)
- Topics: assertions, azure, azure-data-factory, azure-storage, test-logger, testing, tools
- Language: C#
- Homepage: https://testing.arcus-azure.net/
- Size: 1.3 MB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Arcus Testing
[](https://dev.azure.com/codit/Arcus/_build/latest?definitionId=804&branchName=main)
[](https://www.nuget.org/packages/Arcus.Testing.Logging.Xunit/)

[](https://sonarcloud.io/summary/new_code?id=arcus-azure_arcus.testing)
Arcus Testing is an umbrella term for a set of NuGet packages `Arcus.Testing.*` that help with the creation, maintenance, and defect localization of code testing.
> [!NOTE]
> Specifically designed to help with integration testing against Azure resources, but also helps with tech-independent infrastructure.
In short: Arcus Testing is a set of libraries that makes tests more fun to write!

## Documentation
Checkout our [documentation site](https://testing.arcus-azure.net/) to learn all about Arcus Testing.
## Contributing?
Yes please! Have a look at our [contribution guide](CONTRIBUTING.md) to get you started.
## License Information
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
[Read the full license](https://github.com/arcus-azure/arcus.testing/blob/master/LICENSE)