Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sezna/qtest

A Q# unit testing library
https://github.com/sezna/qtest

Last synced: about 1 month ago
JSON representation

A Q# unit testing library

Awesome Lists containing this project

README

        

A basic testing library for Q#.

```qsharp
function Tests() : Unit {
TestMany(
[
("Should return one", TestFunctionOne()),
("Should return two", TestFunctionTwo()),
]
)
}
```