Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
929e9050
Commit
929e9050
authored
Apr 26, 2012
by
Andy Yates
Browse files
Switched to using Test::More
parent
3cf86930
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/t/analysis.t
modules/t/analysis.t
+4
-4
No files found.
modules/t/analysis.t
View file @
929e9050
BEGIN
{
$|
=
1
;
use
Test
;
plan
tests
=>
17
;
}
use
strict
;
use
warnings
;
use
Test::
More
;
my
$loaded
=
0
;
END
{
print
"
not ok 1
\n
"
unless
$loaded
;}
...
...
@@ -112,3 +111,4 @@ sub check_methods {
return
$all_implemented
;
}
done_testing
();
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment