passa icon indicating copy to clipboard operation
passa copied to clipboard

Write some integration tests

Open uranusjr opened this issue 5 years ago • 3 comments

:(

uranusjr avatar Sep 14 '18 08:09 uranusjr

I was thinking about this — we can start with known edge cases in terms of resolution and grab a bunch of stuff from pipenv to jumpstart this.

techalchemy avatar Sep 14 '18 08:09 techalchemy

Same here. I don’t like how Pipenv uses subprocesses to run tests though, but maybe we can do better (with the command modules). There must be a better approach than having tons of package artifacts bundled in the repository too. Maybe I should start by writing a mock pypi plugin that takes a configuration file to point to pythonhosted.org.

uranusjr avatar Sep 14 '18 09:09 uranusjr

Well I know they don’t like that either due to bandwidth concerns. The refactor PR I have opened should help with tests, but the whole pypi thing is still up in the air

techalchemy avatar Sep 14 '18 16:09 techalchemy