Add pmg E2E Tests (#73)

* add pmg e2e tests

* pin sha version

* pin python sha version

* add pmg to path

* fix pnpm init

* fix pnpm init

* rm poerty verification

* fix poetry verification

* comment poetry verification

* fix poetry error

* add poetry verification back

* fix poetry error

* add yarn e2e

* fix yarn installation

---------

Signed-off-by: Sahil Bansal <bansalsahil315@gmail.com>
This commit is contained in:
Sahil Bansal
2025-12-01 12:13:24 +05:30
committed by GitHub
parent 34750d71d3
commit c47cb30de0
2 changed files with 279 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ func DefaultConfig() AliasConfig {
return AliasConfig{
RcFileName: ".pmg.rc",
PackageManagers: []string{"npm", "pip", "pnpm", "bun", "uv", "yarn"},
PackageManagers: []string{"npm", "pip", "pnpm", "bun", "uv", "yarn", "poetry"},
Shells: shells,
}
}