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
cubicweb
cubes
activitystream
Commits
a7f47330fcd5
Commit
c386a39c
authored
Jun 12, 2019
by
Philippe Pepiot
Browse files
Add basic test just checking the database creation is successful
parent
b0030ecca117
Changes
2
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
a7f47330
...
...
@@ -4,7 +4,7 @@ recursive-include cubicweb_activitystream *.py
recursive-include cubicweb_activitystream/data *.gif *.png *.ico *.css *.js
recursive-include cubicweb_activitystream/i18n *.po
recursive-include cubicweb_activitystream/wdoc *
recursive-include test
/data bootstrap_cubes
*.py
recursive-include test *.py
include *.ini
prune debian
prune cubicweb-activitystream.spec
test/test_activitystream.py
0 → 100644
View file @
a7f47330
from
cubicweb.devtools.testlib
import
CubicWebTC
class
ActivityStreamTC
(
CubicWebTC
):
def
test_db_create
(
self
):
# just checking db create pass
pass
if
__name__
==
'__main__'
:
import
unittest
unittest
.
main
()
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