Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
6a4d8127
Commit
6a4d8127
authored
Jan 27, 2020
by
LE GAC Renaud
Browse files
Update base/test_06_RecordThesis.
parent
2528fd3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
tests/basis/test_06_RecordThesis.py
tests/basis/test_06_RecordThesis.py
+5
-6
No files found.
tests/basis/test_06_RecordThesis.py
View file @
6a4d8127
# -*- coding: utf-8 -*-
"""test_06_RecordThesis
Test specific methods of the RecordThesis class for::
...
...
@@ -29,22 +28,22 @@ def reccds():
return
load_record
(
"cds.cern.ch"
,
1632177
)
def
test_authors_as_list
(
reccds
):
def
test_authors_as_list
_cds_06001
(
reccds
):
assert
reccds
.
authors_as_list
()
==
[
u
'Chen, Liming'
]
def
test_these_defense
(
reccds
):
def
test_these_defense
_cds_06002
(
reccds
):
assert
reccds
.
these_defense
()
==
"2013-12-10"
def
test_these_level
(
reccds
):
def
test_these_level
_cds_06003
(
reccds
):
assert
reccds
.
these_level
()
==
"PhD"
def
test_these_directors
(
reccds
):
def
test_these_directors
_cds_06004
(
reccds
):
assert
reccds
.
these_directors
(
sep
=
u
"|"
)
==
\
"He, Mao|Monnier, Emmanuel|Zhu, Chengguang"
def
test_these_universities
(
reccds
):
def
test_these_universities
_cds_06005
(
reccds
):
assert
reccds
.
these_universities
()
==
"Shandong U. & Marseille, CPPM"
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