Skip to content
Snippets Groups Projects
Commit eab72f00 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Declare tests (fix)

parent cbcdae3c
No related branches found
No related tags found
No related merge requests found
...@@ -38,12 +38,16 @@ setup( ...@@ -38,12 +38,16 @@ setup(
# for tests or db creation, enable the following line: # for tests or db creation, enable the following line:
#'replay_manager.py = bob.db.script.dbmanage:main', #'replay_manager.py = bob.db.script.dbmanage:main',
], ],
# bob database declaration
'bob.db': [ 'bob.db': [
'replay = replay.db', 'replay = replay.db',
] ],
# bob unittest declaration
'bob.test': [ 'bob.test': [
'replay = replay.test', 'replay = replay.test',
] ],
}, },
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment