Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.kboc16
Commits
7e6ed79e
Commit
7e6ed79e
authored
Feb 03, 2016
by
mgbarrero
Browse files
no capital letters
parent
d88ed08c
Changes
3
Hide whitespace changes
Inline
Side-by-side
bob/db/KBOC16/create.py
View file @
7e6ed79e
...
...
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""This script creates the
ATVSKeystroke
database in a single pass.
"""This script creates the
KBOC16
database in a single pass.
"""
import
os
,
string
...
...
bob/db/KBOC16/test.py
View file @
7e6ed79e
...
...
@@ -20,7 +20,7 @@ import os, sys
import
unittest
from
.query
import
Database
class
KBOC
16DatabaseTest
(
unittest
.
TestCase
):
class
kboc
16DatabaseTest
(
unittest
.
TestCase
):
def
test_clients
(
self
):
db
=
Database
()
...
...
@@ -49,7 +49,7 @@ class KBOC16DatabaseTest(unittest.TestCase):
def
test_driver_api
(
self
):
from
bob.db.base.script.dbmanage
import
main
assert
main
(
'
KBOC
16 dumplist --self-test'
.
split
())
==
0
assert
main
(
'
KBOC
16 checkfiles --self-test'
.
split
())
==
0
assert
main
(
'
KBOC
16 reverse T001_01 --self-test'
.
split
())
==
0
assert
main
(
'
KBOC
16 path 37 --self-test'
.
split
())
==
0
assert
main
(
'
kboc
16 dumplist --self-test'
.
split
())
==
0
assert
main
(
'
kboc
16 checkfiles --self-test'
.
split
())
==
0
assert
main
(
'
kboc
16 reverse T001_01 --self-test'
.
split
())
==
0
assert
main
(
'
kboc
16 path 37 --self-test'
.
split
())
==
0
buildout.cfg
View file @
7e6ed79e
[buildout]
parts = scripts
develop = .
eggs = bob.db.
KBOC
16
eggs = bob.db.
kboc
16
newest = false
[scripts]
...
...
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