jborean93 / pypsrp

PowerShell Remoting Protocol for Python
MIT License
324 stars 49 forks source link

Quality of life improvements to 'Command' and 'CommandParameter' classes #135

Closed malthe closed 2 years ago

malthe commented 2 years ago

This makes it a little more ergonomic to create commands using the Command and CommandParameter classes.

There should be no backwards incompatibilities.

codecov[bot] commented 2 years ago

Codecov Report

Merging #135 (623ec08) into master (c86765b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #135   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          13       13           
  Lines        3297     3297           
=======================================
  Hits         3286     3286           
  Misses         11       11           
Flag Coverage Δ
py3.10 99.66% <100.00%> (ø)
py3.6 99.66% <100.00%> (ø)
py3.7 99.66% <100.00%> (ø)
py3.8 99.63% <100.00%> (ø)
py3.9 99.63% <100.00%> (ø)
ubuntu 98.39% <100.00%> (ø)
windows 99.66% <100.00%> (ø)
x64 99.66% <100.00%> (ø)
x86 99.66% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pypsrp/complex_objects.py 100.00% <100.00%> (ø)
pypsrp/powershell.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c86765b...623ec08. Read the comment docs.