man-group / pkglib

Company-centric Python packaging and testing library
39 stars 22 forks source link

Run integration tests too. #33

Open Wilfred opened 10 years ago

Wilfred commented 10 years ago

I bumped into a bug recently that should have been picked up by our integration tests (pyinstall ignores the value of the -i flag). I later realised we're not running the integration tests at all!

eeaston commented 10 years ago

Yep, there's a blocker on the integration tests for providing a minimal PyPI server that pkglib can interface with instead of the original RPM-based in-house one. I'd like to use DevPI for this if possible because it's lightweight and feauturiffic. Also, we'll need to get all the missing system packages setup in travis like mongo, redis, jenkins etc.