tests/test-hg-parseurl.py.out
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Tue, 28 Apr 2015 15:29:15 -0400
changeset 24929 6fb98463643b
parent 13897 375872fdadba
permissions -rw-r--r--
test-command-template: test the phase template more precisely The current test that greps for "phase:" only checks that the word "phase" is in the output, but does not test that nothing else gets added by this template. This improves these tests by showing a unified

http://example.com/no/anchor, branches: (None, [])
http://example.com/an/anchor, branches: ('foo', [])
http://example.com/no/anchor/branches, branches: (None, ['foo'])
http://example.com/an/anchor/branches, branches: ('bar', ['foo'])
http://example.com/an/anchor/branches-None, branches: ('foo', [])
http://example.com/, branches: (None, [])
http://example.com/, branches: (None, [])
http://example.com/, branches: ('foo', [])