Skip to content

Commit 68313c0

Browse files
📜 [Documentation]: Add .DESCRIPTION section to testing functions for clarity
1 parent 3bdceaa commit 68313c0

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

‎tests/srcTestRepo/src/functions/public/PSModule/Get-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ function Get-PSModuleTest {
88
.SYNOPSIS
99
Performs tests on a module.
1010
11+
.DESCRIPTION
12+
Performs tests on a module.
13+
1114
.EXAMPLE
1215
Test-PSModule -Name 'World'
1316

‎tests/srcTestRepo/src/functions/public/PSModule/New-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ function New-PSModuleTest {
55
.SYNOPSIS
66
Performs tests on a module.
77
8+
.DESCRIPTION
9+
Performs tests on a module.
10+
811
.EXAMPLE
912
Test-PSModule -Name 'World'
1013

‎tests/srcTestRepo/src/functions/public/SomethingElse/Set-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.SYNOPSIS
44
Performs tests on a module.
55
6+
.DESCRIPTION
7+
Performs tests on a module.
8+
69
.EXAMPLE
710
Test-PSModule -Name 'World'
811

‎tests/srcTestRepo/src/functions/public/Test-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.SYNOPSIS
44
Performs tests on a module.
55
6+
.DESCRIPTION
7+
Performs tests on a module.
8+
69
.EXAMPLE
710
Test-PSModule -Name 'World'
811

‎tests/srcWithManifestTestRepo/src/functions/public/PSModule/Get-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ function Get-PSModuleTest {
88
.SYNOPSIS
99
Performs tests on a module.
1010
11+
.DESCRIPTION
12+
Performs tests on a module.
13+
1114
.EXAMPLE
1215
Test-PSModule -Name 'World'
1316

‎tests/srcWithManifestTestRepo/src/functions/public/PSModule/New-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ function New-PSModuleTest {
55
.SYNOPSIS
66
Performs tests on a module.
77
8+
.DESCRIPTION
9+
Performs tests on a module.
10+
811
.EXAMPLE
912
Test-PSModule -Name 'World'
1013

‎tests/srcWithManifestTestRepo/src/functions/public/SomethingElse/Set-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.SYNOPSIS
44
Performs tests on a module.
55
6+
.DESCRIPTION
7+
Performs tests on a module.
8+
69
.EXAMPLE
710
Test-PSModule -Name 'World'
811

‎tests/srcWithManifestTestRepo/src/functions/public/Test-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.SYNOPSIS
44
Performs tests on a module.
55
6+
.DESCRIPTION
7+
Performs tests on a module.
8+
69
.EXAMPLE
710
Test-PSModule -Name 'World'
811

0 commit comments

Comments
 (0)