aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-04-04 22:43:11 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-04-04 22:43:11 +0100
commitb8452034ed3a503e06e58f524ac322a4ab0203bb (patch)
tree9e06ba3a857cb087f8514c1f3bb376b1b0d5401f /tests
parentMerge branch 'bugfix/arXiv_stamp' (diff)
downloadpaper2remarkable-b8452034ed3a503e06e58f524ac322a4ab0203bb.tar.gz
paper2remarkable-b8452034ed3a503e06e58f524ac322a4ab0203bb.zip
Code formatting
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ui.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/test_ui.py b/tests/test_ui.py
index fc362a0..11ed87a 100644
--- a/tests/test_ui.py
+++ b/tests/test_ui.py
@@ -160,15 +160,15 @@ class TestUI(unittest.TestCase):
"http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.123.7607&rep=rep1&type=pdf",
),
(
- HTML,
- "https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines",
- "https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines"
- ),
- (
- HTML,
- "https://www.nature.com/articles/d41586-020-00176-4",
- "https://www.nature.com/articles/d41586-020-00176-4"
- ),
+ HTML,
+ "https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines",
+ "https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines",
+ ),
+ (
+ HTML,
+ "https://www.nature.com/articles/d41586-020-00176-4",
+ "https://www.nature.com/articles/d41586-020-00176-4",
+ ),
]
for exp_prov, url, exp_url in tests:
prov, new_url, jar = choose_provider(url)