Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
saemproject
saemref-formula
Commits
6d054cc6
Commit
6d054cc6
authored
Feb 02, 2017
by
Sylvain Thenault
Committed by
Denis Laxalde
Feb 02, 2017
Browse files
Expect saem-ref 0.14.2
parent
43db23f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_saemref.py
View file @
6d054cc6
...
...
@@ -24,11 +24,11 @@ def test_pip_packages(PipPackage):
packages
=
PipPackage
.
get_packages
(
pip_path
=
'/home/saemref/venv/bin/pip'
)
assert
packages
[
'cubicweb'
][
'version'
].
startswith
(
"3.24"
)
assert
map
(
int
,
packages
[
'cubicweb'
][
'version'
].
split
(
'.'
))
>=
[
3
,
24
,
5
]
assert
packages
[
'cubicweb-saem-ref'
][
'version'
].
startswith
(
"0.14.
1
"
)
assert
packages
[
'cubicweb-saem-ref'
][
'version'
].
startswith
(
"0.14.
2
"
)
@
pytest
.
mark
.
parametrize
(
"name, version"
,
[
(
"cubicweb_saem_ref"
,
"0.14.
1
"
),
(
"cubicweb_saem_ref"
,
"0.14.
2
"
),
])
def
test_devinstall
(
Command
,
name
,
version
):
cmd
=
"/home/saemref/venv/bin/cubicweb-ctl list cubes"
...
...
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