public-inbox.git  about / heads / tags
an "archives first" approach to mailing lists
blob 2caba546c3b5d6da569f080f461c34180ec6fc61 562 bytes (raw)
$ git show repobrowse:t/repobrowse_git_log.t	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
# Copyright (C) 2017 all contributors <meta@public-inbox.org>
# License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
use strict;
use warnings;
my $test = require './t/repobrowse_common_git.perl';
use Test::More;

test_psgi($test->{app}, sub {
	my ($cb) = @_;
	my $req = 'http://example.com/test.git/log';
	my $res = $cb->(GET($req));
	is($res->code, 200, 'got 200');
	is($res->header('Content-Type'), 'text/html; charset=UTF-8',
		'got correct Content-Type');
	my $body = dechunk($res);
	like($body, qr!</html>!, 'valid HTML :)');
});

done_testing();

git clone https://public-inbox.org/public-inbox.git
git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git