I was able to find the tests super easily here, but I'm having a hard time getting all the packages I need to run them. I think we could do with some sort of package management tool that allows people to install all necessary packages in one fell swoop. In Ruby we use Bundler and in JavaScript we use NPM and Bower. I'm no pythonista but I think virtualenv is the most popular tool for this in Python. I couldn't find a requirements.txt in the repo so I'm guessing that hasn't been set up yet. Thoughts?
I was able to find the tests super easily here, but I'm having a hard time getting all the packages I need to run them. I think we could do with some sort of package management tool that allows people to install all necessary packages in one fell swoop. In Ruby we use Bundler and in JavaScript we use NPM and Bower. I'm no pythonista but I think virtualenv is the most popular tool for this in Python. I couldn't find a
requirements.txtin the repo so I'm guessing that hasn't been set up yet. Thoughts?