diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-23 12:24:50 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-23 12:24:50 +0200 |
| commit | 8dc5bd11c7de301a70fd5e2b5cf36e84590c2c69 (patch) | |
| tree | 2466e9fd29cc1cc68bc5c94f6d001001657d1e9b /tests | |
| parent | Bump version and update changelog (diff) | |
| download | paper2remarkable-8dc5bd11c7de301a70fd5e2b5cf36e84590c2c69.tar.gz paper2remarkable-8dc5bd11c7de301a70fd5e2b5cf36e84590c2c69.zip | |
Code formatting
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_providers.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_providers.py b/tests/test_providers.py index b6cce59..546794c 100644 --- a/tests/test_providers.py +++ b/tests/test_providers.py @@ -285,8 +285,8 @@ class TestProviders(unittest.TestCase): def test_html_3(self): prov = HTML(upload=False, verbose=VERBOSE) url = "https://conclave-team.github.io/conclave-site/" - #exp = "Conclave_Case_Study_-_A_Private_and_Secure_Real-Time_Collaborative_Text_Editor.pdf" - # NOTE: Title differs between Readability.JS and readability-lxml, we + # exp = "Conclave_Case_Study_-_A_Private_and_Secure_Real-Time_Collaborative_Text_Editor.pdf" + # NOTE: Title differs between Readability.JS and readability-lxml, we # assume that testing is done with Readability.JS exp = "Conclave.pdf" filename = prov.run(url) @@ -337,6 +337,5 @@ class TestProviders(unittest.TestCase): self.assertEqual(exp, os.path.basename(filename)) - if __name__ == "__main__": unittest.main() |
