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
Branches
Tags
No related merge requests found
......@@ -38,12 +38,16 @@ setup(
# for tests or db creation, enable the following line:
#'replay_manager.py = bob.db.script.dbmanage:main',
],
# bob database declaration
'bob.db': [
'replay = replay.db',
]
],
# bob unittest declaration
'bob.test': [
'replay = replay.test',
]
],
},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment