Skip to content

1.0.10 - The one with all the tests in

Compare
Choose a tag to compare
@andrewrdavidson andrewrdavidson released this 11 Jan 16:21
· 126 commits to main since this release
0f181b1
  • improve the quality of existing components
    • add unit tests
      • Convert-Help.Tests.ps1
      • Export-FunctionsFromModule.Tests.ps1
      • Get-FileContent.Tests.ps1
      • Get-FileList.Tests.ps1
      • Get-FunctionCount.Tests.ps1
      • Get-ParsedContent.Tests.ps1
      • Get-ParsedFile.Tests.ps1
      • Get-ScriptParameters.Tests.ps1
      • Get-Token.Tests.ps1
      • Get-TokenComponent.Tests.ps1
      • Get-TokenMarker.Tests.ps1
      • Test-HelpForRequiredTokens.Tests.ps1
      • Test-HelpForUnspecifiedTokens.Tests.ps1
      • Test-HelpTokensCountIsValid.Tests.ps1
      • Test-HelpTokensParamsMatch.Tests.ps1
      • Test-HelpTokensTextIsValid.Tests.ps1
      • Test-ImportModuleIsValid.Tests.ps1
      • Test-ParameterVariablesHaveType.Tests.ps1
    • code fixes from faults discovered by unit testing
    • make tests follow Pester 5 rules (don't leave Pester 4isms in that just happen to work)
  • refactor to improve code clarity and consistency
    • make sure the file references are all -Path?
  • platform testing
    • Server 2016
    • Server 2019
    • Linux
      • Ubuntu 20.04