paritytech / psvm

Polkadot SDK Version Manager
Other
31 stars 4 forks source link

Add compatibility to version-only deps #5

Closed ggwpez closed 3 months ago

ggwpez commented 3 months ago

Closes #4

Changes (you can go by commit):

In Zepter, i have integration tests that lock in the git diff of running the command on a specific project, eg polkadot.
And a bunch of tests that check the standard output of the CLI (and git diff) in this folder. We should not go that far, but maybe some kind of integration tests could help.