Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
cf75936f319c
Commit
ff5e69b5
authored
Jun 03, 2020
by
Simon Chabot
Browse files
fix(test): gitlab-ci.yaml has been added to the skeleton, add it to the tests too
parent
b048683e7070
Pipeline
#8352
failed with stages
in 217 minutes and 4 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
cubicweb/devtools/test/unittest_devctl.py
View file @
cf75936f
...
...
@@ -47,7 +47,7 @@ class DevCtlTC(TestCase):
expected_project_content
=
[
'setup.py'
,
'test'
,
'MANIFEST.in'
,
'cubicweb_foo'
,
'cubicweb-foo.spec'
,
'debian'
,
'README'
,
'tox.ini'
]
'tox.ini'
,
'.gitlab-ci.yaml'
]
expected_package_content
=
[
'i18n'
,
'hooks.py'
,
'views.py'
,
'migration'
,
'entities.py'
,
'schema.py'
,
'__init__.py'
,
'data'
,
'__pkginfo__.py'
]
...
...
Write
Preview
Supports
Markdown
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