bye bye github

This commit is contained in:
mynah
2018-07-13 19:06:08 -05:00
commit ee47c30aca
241 changed files with 26451 additions and 0 deletions

9
t/basic.t Normal file
View File

@@ -0,0 +1,9 @@
use Mojo::Base -strict;
use Test::More;
use Test::Mojo;
my $t = Test::Mojo->new('Dojo');
$t->get_ok('/')->status_is(200)->content_like(qr/Mojolicious/i);
done_testing();

1
t/mil.sh Executable file
View File

@@ -0,0 +1 @@
for i in {1..1000}; do wget -q -O /dev/null localhost:3000/pang; done