May 2011 Archives

Running your unit tests on DotCloud

As part of my deployments to DotCloud I want to run my test suite. Having found my code directory (which I didn't find documented anywhere) this was straight-forward:

dotcloud run namespace.name -- 'cd /home/dotcloud/code/ && prove t/*.t'

About Peter Sergeant

user-pic I blog about Perl.