Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123347
D7242.id26301.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
D7242.id26301.diff
View Options
diff --git a/swh/deposit/tests/api/test_checks.py b/swh/deposit/tests/api/test_checks.py
--- a/swh/deposit/tests/api/test_checks.py
+++ b/swh/deposit/tests/api/test_checks.py
@@ -24,22 +24,20 @@
XMLNS = """xmlns="http://www.w3.org/2005/Atom"
xmlns:swh="https://www.softwareheritage.org/schema/2018/deposit"
xmlns:codemeta="https://doi.org/10.5063/SCHEMA/CODEMETA-2.0"
- xmlns:schema="http://schema.org/"
-"""
+ xmlns:schema="http://schema.org/" """
PROVENANCE_XML = """
<swh:deposit>
<swh:metadata-provenance>
<schema:url>some-metadata-provenance-url</schema:url>
</swh:metadata-provenance>
- </swh:deposit>
-"""
+ </swh:deposit>"""
_parameters1 = [
textwrap.dedent(metadata_ok)
for (metadata_ok,) in [
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>something</url>
<external_identifier>something-else</external_identifier>
@@ -50,7 +48,7 @@
""",
),
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>something</url>
<external_identifier>something-else</external_identifier>
@@ -61,7 +59,7 @@
""",
),
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>some url</url>
<codemeta:name>bar</codemeta:name>
@@ -71,7 +69,7 @@
""",
),
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>some url</url>
<external_identifier>some id</external_identifier>
@@ -112,7 +110,7 @@
(textwrap.dedent(metadata_ko), expected_summary)
for (metadata_ko, expected_summary) in [
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>something</url>
<external_identifier>something-else</external_identifier>
@@ -126,7 +124,7 @@
},
),
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>something</url>
<external_identifier>something-else</external_identifier>
@@ -140,7 +138,7 @@
},
),
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>something</url>
<external_identifier>something-else</external_identifier>
@@ -155,7 +153,7 @@
},
),
(
- f"""
+ f"""\
<entry xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:swh="https://www.softwareheritage.org/schema/2018/deposit"
xmlns:codemeta="https://doi.org/10.5063/SCHEMA/CODEMETA-2.0"
@@ -173,7 +171,7 @@
},
),
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>something</url>
<external_identifier>something-else</external_identifier>
@@ -188,7 +186,7 @@
},
),
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>something</url>
<external_identifier>something-else</external_identifier>
@@ -221,7 +219,7 @@
(textwrap.dedent(metadata_ko), expected_summary)
for (metadata_ko, expected_summary) in [
(
- f"""
+ f"""\
<entry {XMLNS}>
<url>some url</url>
<external_identifier>someid</external_identifier>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 2:02 AM (4 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3224024
Attached To
D7242: Improve readability of pytest errors by removing unnecessary whitespaces
Event Timeline
Log In to Comment