packageurl-python
packageurl-python copied to clipboard
Use test suite from spec repo
This repo currently has a test suite file within the repo. As part of the test process it seems it would be better to grab the current one and test off that.
I guess we could go with submodules, even though I hate them, they work everywhere git works
I'm using wget/curl 😄
FWIW, I'm in favor of a submodule in this case. It makes sense to include the spec that the code implements and make sure they are in sync.
I am not super comfy with submodules in general and as a principle, but it definitely makes sense here alright.