mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Implement basic unit test infrastructure with abstraction patterns
Co-authored-by: ngenovese11 <23391587+ngenovese11@users.noreply.github.com>
This commit is contained in:
parent
046b6fdb3b
commit
1676ba7649
12 changed files with 922 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -60,6 +60,15 @@ bld/
|
|||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Test results and coverage
|
||||
TestResults/
|
||||
coverage/
|
||||
*.trx
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
coverage.cobertura.xml
|
||||
coverage-report/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue