Moved existing unit tests to standard folder structure#15
Moved existing unit tests to standard folder structure#15ChrisLGardner wants to merge 2 commits into
Conversation
|
Review status: 0 of 1 files reviewed at latest revision, all discussions resolved. Tests/Unit/WinEvent.Tests.ps1, line 6 at r1 (raw file):
Style guidelines suggests we should not use backslashes within paths. The unit test template has changed a lot since this was created. Perhaps we should align with the current template since you're updating it. Comments from Reviewable |
|
Labeling this PR as abandoned since it has gone 14 days or more since the last update. An abandoned PR can be continued by another contributor. The abandoned label will be removed if work on the PR is taken up again. |
|
Hey @ChrisLGardner any chance you could fix that one? It could do with a rebase as well :) |
Codecov Report
@@ Coverage Diff @@
## dev #15 +/- ##
=======================================
Coverage 69.23% 69.23%
=======================================
Files 2 2
Lines 65 65
=======================================
Hits 45 45
Misses 20 20Continue to review full report at Codecov.
|
|
Rebase done. I'll find some time to fix the way it's importing the module etc to use the standard format and make use of the standard tests etc. |
Moved them in line with the other DSC modules.
VSCode also appears to have tidied up all the random whitespace which is screwing up the diff.
This change is