Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created December 8, 2015 01:34
Show Gist options
  • Select an option

  • Save terrycojones/c8bdd81dbe3ab31b8286 to your computer and use it in GitHub Desktop.

Select an option

Save terrycojones/c8bdd81dbe3ab31b8286 to your computer and use it in GitHub Desktop.
Trial oddness
$ trial /Users/terry/dark-matter/dark-matter/test
fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ...
Traceback (most recent call last):
File "/Users/terry/dark-matter/dark-matter/.tox/py27/bin/trial", line 22, in <module>
run()
File "/Users/terry/dark-matter/dark-matter/.tox/py27/lib/python2.7/site-packages/twisted/scripts/trial.py", line 612, in run
suite = _getSuite(config)
File "/Users/terry/dark-matter/dark-matter/.tox/py27/lib/python2.7/site-packages/twisted/scripts/trial.py", line 500, in _getSuite
return loader.loadByNames(config['tests'], recurse=recurse)
File "/Users/terry/dark-matter/dark-matter/.tox/py27/lib/python2.7/site-packages/twisted/trial/runner.py", line 609, in loadByNames
for thing in self._uniqueTests(things)]
File "/Users/terry/dark-matter/dark-matter/.tox/py27/lib/python2.7/site-packages/twisted/trial/runner.py", line 565, in loadAnything
return self.loadPackage(thing, recurse)
File "/Users/terry/dark-matter/dark-matter/.tox/py27/lib/python2.7/site-packages/twisted/trial/runner.py", line 515, in loadPackage
thingToAdd = self.loadModule(module)
File "/Users/terry/dark-matter/dark-matter/.tox/py27/lib/python2.7/site-packages/twisted/trial/runner.py", line 434, in loadModule
suite.addTest(self.loadClass(testClass))
File "/Users/terry/dark-matter/dark-matter/.tox/py27/lib/python2.7/site-packages/twisted/trial/runner.py", line 454, in loadClass
for name in names])
File "/Users/terry/dark-matter/dark-matter/.tox/py27/lib/python2.7/site-packages/twisted/trial/runner.py", line 475, in _makeCase
return klass(methodName)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec_support.py", line 270, in __init__
self.skipTest("Could not retrieve "+self.mapfileurl)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 408, in skipTest
raise SkipTest(reason)
twisted.trial.unittest.SkipTest: Could not retrieve http://www.pythontest.net/unicode/gb-18030-2000.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment