projects
/
scpubgit/stemmaweb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
UNTESTED: Implement a 'help' function for Stexaminer, per #21
[scpubgit/stemmaweb.git]
/
t
/
view_TT.t
1
use strict;
2
use warnings;
3
use Test::More;
4
5
6
BEGIN { use_ok 'stemmaweb::View::TT' }
7
8
done_testing();