|
7 | 7 | - Added issue templates.
|
8 | 8 | - Added the ability to temporary skip common test for debugging purposes
|
9 | 9 | ([issue #219](https://github.com/PowerShell/DscResource.Tests/issues/219)).
|
10 |
| -- Added functionality to Install-ModuleFromPowerShellGallery helper function to allow using Nuget.exe |
11 |
| - when it is already installed in the temp path. Addresses ([issue #301](https://github.com/PowerShell/DscResource.Tests/issues/301)). |
12 |
| -- Updated Unit tests to reflect the changes to the Install-ModuleFromPowerShellGallery helper function |
13 |
| -- Added a RequiredVersion for PSPKI (v3.3.0.0) in TestHelper because of a critical |
14 |
| - issue in the recently released version (v3.4.0.1) of that module. |
15 |
| -- Improved Wiki documentation generation to address more example file types |
16 |
| - and increased unit test coverage and function ([issue #256](https://github.com/PowerShell/DscResource.Tests/issues/256)). |
17 |
| -- Added .gitignore file and suppressed ```package-lock.json``` file from being |
18 |
| - included in repo. |
| 10 | +- Added functionality to Install-ModuleFromPowerShellGallery helper function |
| 11 | + to allow using Nuget.exe when it is already installed in the temp path. |
| 12 | + Addresses ([issue #301](https://github.com/PowerShell/DscResource.Tests/issues/301)). |
| 13 | +- Updated Unit tests to reflect the changes to the Install-ModuleFromPowerShellGallery |
| 14 | + helper function. |
| 15 | +- Added a RequiredVersion for PSPKI (v3.3.0.0) in TestHelper because of |
| 16 | + a critical issue in the recently released version (v3.4.0.1) of that |
| 17 | + module. |
| 18 | +- Improved Wiki documentation generation to address more example file |
| 19 | + types and increased unit test coverage and function |
| 20 | + ([issue #256](https://github.com/PowerShell/DscResource.Tests/issues/256)). |
| 21 | +- Added .gitignore file and suppressed ```package-lock.json``` file from |
| 22 | + being included in repo. |
19 | 23 | - Changes to AppVeyor.psm1
|
20 |
| - - Updated Invoke-AppveyorInstallTask to provide better informational messages |
21 |
| - when installing each prerequisite |
| 24 | + - Updated Invoke-AppveyorInstallTask to provide better informational |
| 25 | + messages when installing each prerequisite |
22 | 26 | ([issue #293](https://github.com/PowerShell/DscResource.Tests/issues/293)).
|
23 | 27 | - Added unit tests for Invoke-AppveyorInstallTask.
|
24 | 28 | - Changes to TestHelper.psm1
|
|
28 | 32 | correct download URL is now concatenated withing the helper function.
|
29 | 33 | - Now outputs a warning when a repository does not have a Tests folder
|
30 | 34 | ([issue #296](https://github.com/PowerShell/DscResource.Tests/issues/296)).
|
31 |
| -- Update PSSA rule Measure-IfStatement to handle when there is a clause spanning |
32 |
| - multiple rows and the first rows ends correctly with an open brace (see example |
33 |
| - in the regression test for this issue) |
| 35 | +- Update PSSA rule Measure-IfStatement to handle when there is a clause |
| 36 | + spanning multiple rows and the first rows ends correctly with an open |
| 37 | + brace (see example in the regression test for this issue) |
34 | 38 | ([issue #238](https://github.com/PowerShell/DscResource.Tests/issues/238)).
|
35 |
| -- Update call to install PowerShellGet via Install-Module in AppVeyor.psm1 to |
36 |
| - use AllowClobber |
37 |
| - ([issue #310](https://github.com/PowerShell/DscResource.Tests/issues/310)). |
| 39 | +- Update call to install PowerShellGet via Install-Module in AppVeyor.psm1 |
| 40 | + to use AllowClobber ([issue #310](https://github.com/PowerShell/DscResource.Tests/issues/310)). |
38 | 41 | - Fix MetaFixers Functions Pipeline Processing.
|
39 | 42 | - Added common opt-in tests for localization ([issue #145](https://github.com/PowerShell/DscResource.Tests/issues/145)).
|
40 | 43 | - Should have an en-US localization folder.
|
|
52 | 55 | the resource file.
|
53 | 56 | - There should be no additional localized string keys in the resource
|
54 | 57 | file that do not exist in the en-US resource file.
|
55 |
| -- Added `Publish-WikiContent` helper function to publish auto-generated Wiki files |
56 |
| - to the relevant DSC resource GitHub Wiki ([issue #142](https://github.com/PowerShell/DscResource.Tests/issues/142)). |
57 |
| -- Update New-DscResourcePowerShellHelp to optionally output the PowerShell help files to |
58 |
| - the resource specific path and fix the example processing. |
| 58 | +- Added `Publish-WikiContent` helper function to publish auto-generated |
| 59 | + Wiki files to the relevant DSC resource GitHub Wiki |
| 60 | + ([issue #142](https://github.com/PowerShell/DscResource.Tests/issues/142)). |
| 61 | +- Update New-DscResourcePowerShellHelp to optionally output the PowerShell |
| 62 | + help files to the resource specific path and fix the example processing. |
59 | 63 | - The files are now outputted as UTF-8 (ASCII).
|
60 |
| -- Added processing to `Test-PublishMetaData` for the InvalidGUID error from Test-ScriptFileInfo |
61 |
| - ([issue #330](https://github.com/PowerShell/DscResource.Tests/issues/330)). |
| 64 | +- Added processing to `Test-PublishMetaData` for the InvalidGUID error |
| 65 | + from Test-ScriptFileInfo ([issue #330](https://github.com/PowerShell/DscResource.Tests/issues/330)). |
62 | 66 |
|
63 | 67 | ## 0.3.0.0
|
64 | 68 |
|
|
0 commit comments