repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gbrowse rich xref now also makes the sequence region string a link to the gbrowse...
[sgn.git]
/
t
/
01app.t
blob
cd3d0a21c433e48f25aa821d771bc4df60021b28
1
#!/usr/bin/env perl
2
use
strict
;
3
use
warnings
;
4
use
Test
::
More
;
5
6
use
lib
't/lib'
;
7
use
SGN
::
Test
;
8
9
BEGIN
{
use_ok
'Catalyst::Test'
,
'SGN'
}
10
11
ok
(
request
(
'/'
)->
is_success
,
'Request should succeed'
);
12
13
done_testing
();