Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
a2499e03
Commit
a2499e03
authored
Nov 25, 2020
by
Yannick DAYER
Browse files
Add groups() to the dummy legacy database
parent
9b372043
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/test/dummy/database.py
View file @
a2499e03
...
@@ -45,5 +45,8 @@ class DummyDatabase(ZTBioDatabase):
...
@@ -45,5 +45,8 @@ class DummyDatabase(ZTBioDatabase):
def
annotations
(
self
,
file
):
def
annotations
(
self
,
file
):
return
None
return
None
def
groups
(
self
,
protocol
=
None
):
return
self
.
_db
.
groups
(
protocol
)
database
=
DatabaseConnector
(
DummyDatabase
())
database
=
DatabaseConnector
(
DummyDatabase
())
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