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-hive
Commits
9e8f3579
Commit
9e8f3579
authored
Nov 17, 2014
by
Matthieu Muffato
Browse files
There can be more than eHive in PERL5LIB
parent
88a6fd2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
t/01.utils/modules.t
t/01.utils/modules.t
+2
-8
No files found.
t/01.utils/modules.t
View file @
9e8f3579
...
...
@@ -11,15 +11,9 @@ BEGIN {
}
#########################
my
$hive
=
find_submodules
'
Bio::EnsEMBL
';
my
$hive
=
find_submodules
'
Bio::EnsEMBL
::Hive
';
isa_ok
(
$hive
,
'
ARRAY
');
is
(
@$hive
,
1
,
'
single return
');
is
(
$hive
->
[
0
],
'
Bio::EnsEMBL::Hive
',
'
found hive
');
$hive
=
find_submodules
'
Bio/EnsEMBL
';
isa_ok
(
$hive
,
'
ARRAY
');
is
(
@$hive
,
1
,
'
single return
');
is
(
$hive
->
[
0
],
'
Bio::EnsEMBL::Hive
',
'
found hive
');
cmp_ok
(
scalar
(
@$hive
),
'
>
',
0
,
'
modules loaded
');
my
$pipe_configs
=
find_submodules
'
Bio::EnsEMBL::Hive::PipeConfig
';
ok
(
$pipe_configs
,
'
configs found
');
...
...
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