##// END OF EJS Templates
tests: port test-hybridencode.py to unittest...
tests: port test-hybridencode.py to unittest This was done predominantly through keyboard macros in emacs, so it's not always pretty, but it's enough to make the test easier to work with. There's a ton of room for improvement in this file, but it would be labor intensive and error-prone, so I went with the dumbest option that could work, so as to avoid transcription errors. Paranoia: $ egrep '^ def test' tests/test-hybridencode.py | wc -l 44 $ egrep '^ def test' tests/test-hybridencode.py | sort | uniq | wc -l so I'm pretty confident there aren't any shadowed test methods. This fixes the test on Python 3. Differential Revision: https://phab.mercurial-scm.org/D3466

File last commit:

r34424:1baa0772 default
r37888:6574c81b default
Show More
centos7
12 lines | 181 B | text/plain | TextLexer
Mads Kiilerich
docker: add centos7 target for CentOS / Red Hat 7 support
r23033 FROM centos:centos7
muxator
docker: try to follow the best practices for writing Dockerfiles...
r34424 RUN yum install -y \
gcc \
gettext \
make \
python-devel \
python-docutils \
rpm-build \
tar
Mads Kiilerich
docker: add centos7 target for CentOS / Red Hat 7 support
r23033 # For creating repo meta data
RUN yum install -y createrepo