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.atvskeystroke
Commits
7ef02f76
Commit
7ef02f76
authored
Jan 18, 2016
by
André Anjos
💬
Browse files
[test] Fix import
parent
60964c8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/atvskeystroke/test.py
View file @
7ef02f76
...
...
@@ -54,7 +54,7 @@ class ATVSKeystrokeDatabaseTest(unittest.TestCase):
def
test_driver_api
(
self
):
from
bob.db.script.dbmanage
import
main
from
bob.db.
base.
script.dbmanage
import
main
assert
main
(
'atvskeystroke dumplist --self-test'
.
split
())
==
0
assert
main
(
'atvskeystroke checkfiles --self-test'
.
split
())
==
0
assert
main
(
'atvskeystroke reverse Genuine_1_1 --self-test'
.
split
())
==
0
...
...
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