Skip to content

Commit 6454a00

Browse files
Add initial test scripts for GitHub API interactions
- Created TEMPLATE.ps1 for Pester tests with a template structure. - Added Teams.Tests.ps1 to test GitHub Teams API functionalities including team creation, retrieval, updating, and deletion. - Introduced Users.Tests.ps1 to validate user-related API calls, including user retrieval and updates. - Implemented Variables.Tests.ps1 to manage GitHub repository variables, including setting, updating, and removing variables.
1 parent 9ad6865 commit 6454a00

16 files changed

+14
-14
lines changed

.github/PSModule.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Test:
22
CodeCoverage:
33
PercentTarget: 50
4-
# TestResults:
5-
# Skip: true
6-
# SourceCode:
7-
# Skip: true
8-
# PSModule:
9-
# Skip: true
10-
# Module:
11-
# Windows:
12-
# Skip: true
13-
# MacOS:
14-
# Skip: true
15-
# Build:
16-
# Docs:
17-
# Skip: true
4+
TestResults:
5+
Skip: true
6+
SourceCode:
7+
Skip: true
8+
PSModule:
9+
Skip: true
10+
Module:
11+
Windows:
12+
Skip: true
13+
MacOS:
14+
Skip: true
15+
Build:
16+
Docs:
17+
Skip: true
File renamed without changes.

0 commit comments

Comments
 (0)