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.db.mobio
Commits
4e23d04d
Commit
4e23d04d
authored
Dec 02, 2013
by
Laurent EL SHAFEY
Browse files
Test groups(), update version
parent
5919efb3
Changes
2
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
4e23d04d
...
...
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'xbob.db.mobio'
,
version
=
'1.2.1
a0
'
,
version
=
'1.2.1'
,
description
=
'MOBIO Database Access API for Bob'
,
url
=
'https://pypi.python.org/pypi/xbob.db.mobio'
,
license
=
'GPLv3'
,
...
...
xbob/db/mobio/test.py
View file @
4e23d04d
...
...
@@ -31,6 +31,7 @@ class MobioDatabaseTest(unittest.TestCase):
db
=
Database
()
self
.
assertEqual
(
len
(
db
.
groups
()),
3
)
clients
=
db
.
clients
()
self
.
assertEqual
(
len
(
clients
),
150
)
# Number of clients in each set
...
...
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