Mercurial > hg
view contrib/docker/fedora @ 21446:9a3b4f795f62
run-tests: support setUp() and tearDown() in TestCase wrapper
unittest.TestCase.run() calls setUp() and tearDown() during run(). We
emulate that implementation.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 20 Apr 2014 14:41:11 -0700 |
parents | 62a2749895e4 |
children |
line wrap: on
line source
FROM fedora RUN yum install -y gcc RUN yum install -y python-devel python-docutils RUN yum install -y make RUN yum install -y rpm-build RUN yum install -y gettext