PyPyInstaller Powershell Module Initial Code Push

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pypy-powershell-install

    Powershell module to manage PyPy on Windows

  • Context "Registry Keys Don't Exist" { BeforeAll { New-Item -Path "TestRegistry:\Software\Python" -Force Mock -CommandName Test-Path -MockWith { return $false } } It "Passes Adds Entries To Registry" { Set-PyPyLauncherEntry -PythonVersion "3.10.12" -PyPyVersion "7.3.12" -InstallPath "C:\PyPy" -RegistryDrive "TestRegistry" $CoreInfo = Get-ItemProperty "TestRegistry:\Software\Python\PyPyInstaller\3.10" $CoreInfo.DisplayName | Should -Be "PyPy 3.10.12" $CoreInfo.SupportUrl | Should -Be "https://github.com/cwgem/pypy-powershell-install" $CoreInfo.Version | Should -Be "7.3.12" $CoreInfo.SysVersion | Should -Be "3.10.12" $CoreInfo.SysArchitecture | Should -Be "64bit" $InstallPathInfo = Get-ItemProperty "TestRegistry:\Software\Python\PyPyInstaller\3.10\InstallPath" $InstallPathInfo.'(default)' | Should -Be "C:\PyPy" $InstallPathInfo.ExecutablePath | Should -Be "C:\PyPy\pypy.exe" $InstallPathInfo.WindowedExecutablePath | Should -Be "C:\PyPy\pypyw.exe" } }

  • Pester

    Pester is the ubiquitous test and mock framework for PowerShell.

  • Pester is what's used for most Powershell testing. While it has some pretty amazing features, it does have issues with .NET class method mocking and sometimes scope can be weird. Here's a simple example:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Windows 11 malware adds excludes to windows defender scan

    2 projects | /r/cybersecurity_help | 10 Jan 2023
  • Sys admin interview coming up, help your loyal helpdesk pupil to not let his dreams be dreams

    1 project | /r/sysadmin | 6 Oct 2022
  • Testing Solutions

    1 project | /r/PowerShell | 4 Dec 2021
  • Test your PowerShell code with Pester

    1 project | dev.to | 11 Oct 2021
  • Pester 5.3.0 is published.

    2 projects | /r/PowerShell | 17 Aug 2021