[Python-modules-commits] [pypandoc] 02/05: Skip test(s) that require the network.
Elena Grandi
valhalla-guest at moszumanska.debian.org
Fri May 19 17:36:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
valhalla-guest pushed a commit to branch master
in repository pypandoc.
commit e3b4a2d31120f526ab6e70b6f4b0e32757d7b305
Author: Elena Grandi <valhalla-d at trueelena.org>
Date: Sat Nov 5 12:47:21 2016 +0100
Skip test(s) that require the network.
---
tests.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests.py b/tests.py
index 90c801f..f501218 100755
--- a/tests.py
+++ b/tests.py
@@ -168,6 +168,7 @@ class TestPypandoc(unittest.TestCase):
received = pypandoc.convert(file_url, 'rst')
self.assertEqualExceptForNewlineEnd(expected, received)
+ @unittest.skip('requires network')
def test_basic_conversion_from_http_url(self):
url = 'https://raw.githubusercontent.com/bebraw/pypandoc/master/README.md'
received = pypandoc.convert(url, 'html')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pypandoc.git
More information about the Python-modules-commits
mailing list