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

https://github.com/aliasadidev/sample-tdd

sample TDD project
https://github.com/aliasadidev/sample-tdd

Last synced: about 1 month ago
JSON representation

sample TDD project

Awesome Lists containing this project

README

          

# Sample-TDD
Sample TDD project

Requirements for run the tests:

1. `MongoDB 4.3+`
2. `Dotnet 5`

### The unit test project path:
`tests/SampleTDD.UnitTest/`
```shell
#run test
cd tests/SampleTDD.UnitTest/ && dotnet test
```
### The integration test project path:
`tests/SampleTDD.IntegrationTest/`
```shell
#run test
cd tests/SampleTDD.IntegrationTest/ && dotnet test
```