Skip to content

Releases: PSModule/Test-PSModule

v3.0.2

25 Apr 14:13
c568915
Compare
Choose a tag to compare

Description

This pull request simplifies the PSModule.Tests.ps1 script by removing unnecessary logging groups within the test cases which would autoload GitHub and its dependencies, breaking on tests for its dependencies (Sodium, Uri, CaseStyle, etc.).

Simplification of test cases:

  • Removed LogGroup blocks from the Module Manifest exists and Module Manifest is valid tests.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

v3.0.1

24 Apr 15:27
c207858
Compare
Choose a tag to compare

Description

This pull request introduces several changes to improve logging, enhance test configuration, and streamline code readability in the PowerShell module and its associated tests. Key updates include adding code coverage settings.

Logging Improvements

  • Replaced all occurrences of Write-Verbose with Write-Debug in tests/outputTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1.

Test Configuration Enhancements

  • ⚠️ Added a CodeCoverage section with Enabled = $true in scripts/tests/Module/Module.Configuration.ps1 to enable code coverage reporting during tests.

v3.0.0

17 Apr 15:44
d6bc94d
Compare
Choose a tag to compare

What's Changed

🌟 Breaking Changes

  • 🌟 [Major]: Support parallel workflows and split in concerns by @MariusStorhaug in #98

Full Changelog: v2...v3.0.0

v2.1.6

16 Feb 17:17
1fd648f
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2...v2.1.6

v2.1.5

30 Jan 21:51
49dd4d7
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2...v2.1.5

v2.1.4

30 Jan 21:36
e96fb15
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2...v2.1.4

v2.1.3

11 Jan 13:15
7aaef7b
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2...v2.1.3

v2.1.2

06 Jan 11:01
331d42c
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2...v2.1.2

v2.1.1

21 Dec 20:22
14d8042
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2...v2.1.1

v2.1.0

21 Dec 15:59
fe8b2bf
Compare
Choose a tag to compare

What's Changed

🚀 New Features

Full Changelog: v2.0.9...v2.1.0