Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Ever Contribution - Solves issue#17 #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bosesubham2011
Copy link

Hey Community,

As this is my first contribution ever, I wanted to start with writing pester test cases.
I will schedule my time to write test cases everyday for the code that is maintained here.

I need the following from the community to help build effective and advanced test cases:

  1. How the Syntax of each command looks like? [ Get-Command -Syntax {Command-Name}]
  2. If a sample of returned objects of each of the commands can be sent to me by exporting them in clixml
    [ $object = Get-DomainComputer
    $object| Export-CliXML ""]

I will be able to learn and share all cool new things with pester and can write unit tests for each of the modules (in-depth).

@bosesubham2011 bosesubham2011 changed the title First Ever Contribution First Ever Contribution - Solves issue#17 Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant